Home
last modified time | relevance | path

Searched defs:load (Results 1 – 25 of 112) sorted by relevance

12345

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.h13 int validate_vsx(unsigned long *vsx, unsigned long *load) in validate_vsx()
31 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx()
70 int compare_vsx_vmx(unsigned long *store, unsigned long *load) in compare_vsx_vmx()
108 void load_vsx_vmx(unsigned long *load, unsigned long *vsx, in load_vsx_vmx()
/linux/arch/arm/include/debug/
H A D8250.S21 .macro load, rd, rx:vararg macro
30 .macro load, rd, rx:vararg macro
/linux/kernel/sched/
H A Dpelt.c103 unsigned long load, unsigned long runnable, int running) in accumulate_sum()
181 unsigned long load, unsigned long runnable, int running) in ___update_load_sum()
257 ___update_load_avg(struct sched_avg *sa, unsigned long load) in ___update_load_avg()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dpriv.h8 int (*load)(struct nvkm_acr *, int version, member
19 const struct nvkm_acr_hsf_fwif *load; member
75 int (*load)(struct nvkm_acr *, const char *bl, const char *fw, member
/linux/drivers/clocksource/
H A Dtimer-sp.h35 int load; member
51 void __iomem *load; member
/linux/drivers/misc/genwqe/
H A Dcard_dev.c503 struct genwqe_bitstream *load) in do_flash_update()
640 struct genwqe_bitstream *load) in do_flash_read()
1151 struct genwqe_bitstream load; in genwqe_ioctl() local
1172 struct genwqe_bitstream load; in genwqe_ioctl() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/
H A Dpriv.h12 int (*load)(struct nvkm_nvenc *, int ver, member
/linux/drivers/watchdog/
H A Dsp805_wdt.c96 u64 load, rate; in wdt_setload() local
124 u64 load; in wdt_timeleft() local
/linux/arch/mips/generic/
H A Dvmlinux.its.S16 load = /bits/ ADDR_BITS <VMLINUX_LOAD_ADDRESS>; define
/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dpriv.h14 int (*load)(struct nvkm_nvdec *, int ver, member
/linux/arch/mips/mobileye/
H A Dvmlinux.its.S16 load = /bits/ ADDR_BITS <VMLINUX_LOAD_ADDRESS>; define
/linux/drivers/clk/mvebu/
H A Ddove-divider.c37 static void dove_load_divider(void __iomem *base, u32 val, u32 mask, u32 load) in dove_load_divider()
134 u32 mask, load, div; in dove_set_clock() local
/linux/include/linux/sched/
H A Dloadavg.h29 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load()
/linux/kernel/bpf/preload/
H A Dbpf_preload_kern.c74 static int __init load(void) in load() function
/linux/drivers/s390/crypto/
H A Dzcrypt_api.h109 atomic_t load; /* Utilization of the crypto device */ member
122 atomic_t load; /* Utilization of the crypto device */ member
/linux/arch/mips/kernel/
H A Dcmpxchg.c53 u32 mask, old32, new32, load32, load; in __cmpxchg_small() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dpriv.h24 int (*load)(struct nvkm_sec2 *, int ver, const struct nvkm_sec2_fwif *); member
/linux/tools/power/cpupower/bench/
H A Dbenchmark.c32 unsigned int calculate_timespace(long load, struct config *config) in calculate_timespace()
H A Dparse.h11 long load; /* load time in µs */ member
/linux/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c575 const void *data, size_t size, bool load) in wil_fw_handle_record()
600 size_t size, bool load) in wil_fw_process()
647 bool load) in wil_request_firmware()
/linux/arch/alpha/boot/
H A Dbootp.c111 load(unsigned long dst, unsigned long src, unsigned long count) in load() function
/linux/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c21 static inline __u64 load(void *addr) in load() function
/linux/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp42 int load() { return T::load(skel); } in load() function in Skeleton
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms_module.c28 int load(struct __sk_buff *skb) in load() function
/linux/arch/mips/include/asm/
H A Dftrace.h22 #define safe_load(load, src, dst, error) \ argument

12345