Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 1168) sorted by relevance

12345678910>>...47

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-vsx.h13 int validate_vsx(unsigned long *vsx, unsigned long *load) in validate_vsx() argument
18 if (vsx[i] != load[2 * i + 1]) { in validate_vsx()
20 i, vsx[i], 2 * i + 1, load[2 * i + 1]); in validate_vsx()
31 int validate_vmx(unsigned long vmx[][2], unsigned long *load) in validate_vmx() argument
37 if ((vmx[i][0] != load[64 + 2 * i]) || in validate_vmx()
38 (vmx[i][1] != load[65 + 2 * i])) { in validate_vmx()
41 load[64 + 2 * i]); in validate_vmx()
44 load[65 + 2 * i]); in validate_vmx()
51 if ((vmx[i][0] != load[65 + 2 * i]) || in validate_vmx()
52 (vmx[i][1] != load[64 + 2 * i])) { in validate_vmx()
[all …]
/linux/tools/power/cpupower/bench/
H A DREADME-BENCH9 - Identify average reaction time of a governor to CPU load changes
34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which
38 load=25000
41 This part of the configuration file will create 25ms load/sleep turns,
48 Will increase load and sleep time by 25ms 5 times.
50 25ms load/sleep time repeated 20 times (cycles).
51 50ms load/sleep time repeated 20 times (cycles).
53 100ms load/sleep time repeated 20 times (cycles).
69 100% CPU load (load) | 0 % CPU load (sleep) | round
76 In round 1, ondemand should have rather static 50% load and probably
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8994-msft-lumia-octagon.dtsi32 * Most Lumia 950/XL users use GRUB to load their kernels,
582 regulator-allow-set-load;
583 regulator-system-load = <300000>;
589 regulator-allow-set-load;
591 regulator-system-load = <325000>;
597 regulator-allow-set-load;
598 regulator-system-load = <325000>;
619 regulator-allow-set-load;
620 regulator-system-load = <4160>;
627 regulator-allow-set-load;
[all …]
H A Dkaanapali-qrd.dts81 regulator-allow-set-load;
91 regulator-allow-set-load;
101 regulator-allow-set-load;
111 regulator-allow-set-load;
121 regulator-allow-set-load;
131 regulator-allow-set-load;
141 regulator-allow-set-load;
151 regulator-allow-set-load;
161 regulator-allow-set-load;
171 regulator-allow-set-load;
[all …]
H A Dkaanapali-mtp.dts81 regulator-allow-set-load;
91 regulator-allow-set-load;
101 regulator-allow-set-load;
111 regulator-allow-set-load;
121 regulator-allow-set-load;
131 regulator-allow-set-load;
141 regulator-allow-set-load;
151 regulator-allow-set-load;
161 regulator-allow-set-load;
171 regulator-allow-set-load;
[all …]
H A Dmsm8994-sony-xperia-kitakami.dtsi161 * One way to use that framebuffer is to load a secondary instance of
162 * LK with the downstream DTB appended and then, only from there, load
239 regulator-system-load = <325000>;
240 regulator-allow-set-load;
267 regulator-system-load = <10000>;
268 regulator-allow-set-load;
314 regulator-system-load = <10000>;
315 regulator-allow-set-load;
326 regulator-system-load = <10000>;
327 regulator-allow-set-load;
[all …]
H A Dsm8750-qrd.dts291 regulator-allow-set-load;
301 regulator-allow-set-load;
311 regulator-allow-set-load;
321 regulator-allow-set-load;
331 regulator-allow-set-load;
341 regulator-allow-set-load;
351 regulator-allow-set-load;
361 regulator-allow-set-load;
371 regulator-allow-set-load;
381 regulator-allow-set-load;
[all …]
H A Dsdm660-xiaomi-lavender.dts147 regulator-allow-set-load;
155 regulator-allow-set-load;
162 regulator-allow-set-load;
172 regulator-system-load = <570000>;
173 regulator-allow-set-load;
187 regulator-allow-set-load;
188 regulator-system-load = <800000>;
256 regulator-allow-set-load;
280 regulator-allow-set-load;
294 regulator-system-load = <325000>;
[all …]
H A Dsm8750-mtp.dts357 regulator-allow-set-load;
367 regulator-allow-set-load;
377 regulator-allow-set-load;
387 regulator-allow-set-load;
397 regulator-allow-set-load;
407 regulator-allow-set-load;
418 regulator-allow-set-load;
428 regulator-allow-set-load;
438 regulator-allow-set-load;
448 regulator-allow-set-load;
[all …]
H A Dsm8650-mtp.dts141 regulator-allow-set-load;
151 regulator-allow-set-load;
161 regulator-allow-set-load;
178 regulator-allow-set-load;
188 regulator-allow-set-load;
198 regulator-allow-set-load;
208 regulator-allow-set-load;
218 regulator-allow-set-load;
228 regulator-allow-set-load;
238 regulator-allow-set-load;
[all …]
/linux/arch/powerpc/crypto/
H A Daes-gcm-p10.S267 lxvb16x 32, 0, 8 # load Xi
269 # load Hash - h^4, h^3, h^2, h
319 # Pre-load 8 AES rounds to scratch vectors.
353 lxvb16x 11, 0, 14 # load input block
400 lxvb16x 11, 0, 14 # load partial block
489 # load msg and shift to the proper location and mask
500 lxvb16x 32+19, 0, 14 # load partial block
555 lxvb16x 32+17, 10, 7 # load previous pblock
590 lxvb16x 32, 0, 4 # load Xi
591 # load Hash - h^4, h^3, h^2, h
[all …]
/linux/drivers/misc/genwqe/
H A Dcard_dev.c503 struct genwqe_bitstream *load) in do_flash_update() argument
518 if ((load->size & 0x3) != 0) in do_flash_update()
521 if (((unsigned long)(load->data_addr) & ~PAGE_MASK) != 0) in do_flash_update()
525 switch ((char)load->partition) { in do_flash_update()
539 buf = (u8 __user *)load->data_addr; in do_flash_update()
544 blocks_to_flash = load->size / FLASH_BLOCK; in do_flash_update()
545 while (load->size) { in do_flash_update()
552 tocopy = min_t(size_t, load->size, FLASH_BLOCK); in do_flash_update()
582 req->__asiv[24] = load->uid; in do_flash_update()
586 *(__be64 *)&req->__asiv[88] = cpu_to_be64(load->slu_id); in do_flash_update()
[all …]
/linux/drivers/watchdog/
H A Dsp805_wdt.c95 u64 load, rate; in wdt_setload() local
105 load = div_u64(rate, 2) * timeout - 1; in wdt_setload()
107 load = (load > LOAD_MAX) ? LOAD_MAX : load; in wdt_setload()
108 load = (load < LOAD_MIN) ? LOAD_MIN : load; in wdt_setload()
111 wdt->load_val = load; in wdt_setload()
113 wdd->timeout = div_u64((load + 1) * 2 + (rate / 2), rate); in wdt_setload()
123 u64 load; in wdt_timeleft() local
126 load = readl_relaxed(wdt->base + WDTVALUE); in wdt_timeleft()
130 load += (u64)wdt->load_val + 1; in wdt_timeleft()
133 return div_u64(load, wdt->rate); in wdt_timeleft()
/linux/rust/kernel/sync/atomic/
H A Dpredefine.rs158 assert_eq!(v, x.load(Relaxed)); in atomic_basic_tests()
168 assert_eq!(v, x.load(Acquire)); in atomic_acquire_release_tests()
181 assert_eq!(new, x.load(Relaxed)); in atomic_xchg_tests()
194 assert_eq!(old, x.load(Relaxed)); in atomic_cmpxchg_tests()
196 assert_eq!(new, x.load(Relaxed)); in atomic_cmpxchg_tests()
206 assert_eq!(v + 12, x.load(Relaxed)); in atomic_arithmetic_tests()
210 assert_eq!(v + 25, x.load(Relaxed)); in atomic_arithmetic_tests()
218 assert_eq!(false, x.load(Relaxed)); in atomic_bool_tests()
220 assert_eq!(true, x.load(Relaxed)); in atomic_bool_tests()
223 assert_eq!(false, x.load(Relaxed)); in atomic_bool_tests()
[all …]
/linux/tools/perf/scripts/python/bin/
H A Dmem-phys-addr-record8 load=`perf list | grep mem_inst_retired.all_loads`
9 if [ -z "$load" ]; then
10 load=`perf list | grep mem_uops_retired.all_loads`
12 if [ -z "$load" ]; then
17 arg=$(echo $load | tr -d ' ')
/linux/arch/mips/sibyte/
H A DPlatform27 load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000
28 load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000
29 load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000
30 load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000
31 load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000
32 load-$(CONFIG_SIBYTE_LITTLESUR) := 0xffffffff80100000
/linux/tools/testing/selftests/verification/test.d/
H A Drv_wwnr_printk.tc6 load() { # returns true if there was a reaction
17 load
20 ! load
23 load
26 ! load
/linux/kernel/sched/
H A Dpelt.c104 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument
125 if (load) { in accumulate_sum()
142 if (load) in accumulate_sum()
143 sa->load_sum += load * contrib; in accumulate_sum()
182 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument
217 if (!load) in ___update_load_sum()
227 if (!accumulate_sum(delta, sa, load, runnable, running)) in ___update_load_sum()
258 ___update_load_avg(struct sched_avg *sa, unsigned long load) in ___update_load_avg() argument
265 sa->load_avg = div_u64(load * sa->load_sum, divider); in ___update_load_avg()
324 scale_load_down(cfs_rq->load.weight), in __update_load_avg_cfs_rq()
/linux/arch/sh/boot/romimage/
H A DMakefile9 load-y := 0
11 mmcif-load-$(CONFIG_CPU_SUBTYPE_SH7724) := 0xe5200000 # ILRAM
13 load-$(CONFIG_ROMIMAGE_MMCIF) := $(mmcif-load-y)
16 LDFLAGS_vmlinux := --oformat $(ld_bfd) -Ttext $(load-y) -e romstart \
/linux/arch/mips/ralink/
H A DPlatform9 load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000
15 load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000
21 load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000
27 load-$(CONFIG_SOC_MT7620) += 0xffffffff80000000
32 load-$(CONFIG_SOC_MT7621) += 0xffffffff80001000
/linux/arch/m68k/fpsp040/
H A Ddo_func.S98 | These routines load forced values into fp0. They are called
110 bsr ld_mzero |if neg, load neg zero, return here
118 bne ld_mzero |if neg, load neg zero
119 bra ld_pzero |load positive zero
310 beq ld_pzero |if pos then load +0
311 bra ld_mzero |else neg load -0
448 leal pscalet,%a1 |load start of jump table
449 movel (%a1,%d1.w*4),%a1 |load a1 with label depending on tag
460 beq ld_pzero |if pos then load +0
461 bra ld_mzero |if neg then load -0
[all …]
/linux/tools/perf/util/
H A Djitdump.c339 jr->load.pid = bswap_32(jr->load.pid); in jit_get_next_entry()
340 jr->load.tid = bswap_32(jr->load.tid); in jit_get_next_entry()
341 jr->load.vma = bswap_64(jr->load.vma); in jit_get_next_entry()
342 jr->load.code_addr = bswap_64(jr->load.code_addr); in jit_get_next_entry()
343 jr->load.code_size = bswap_64(jr->load.code_size); in jit_get_next_entry()
344 jr->load.code_index= bswap_64(jr->load.code_index); in jit_get_next_entry()
384 return jr->load.pid; in jr_entry_pid()
391 return jr->load.tid; in jr_entry_tid()
445 nspid = jr->load.pid; in jit_repipe_code_load()
448 csize = jr->load.code_size; in jit_repipe_code_load()
[all …]
/linux/include/linux/sched/
H A Dloadavg.h29 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load() argument
33 newload = load * exp + active * (FIXED_1 - exp); in calc_load()
34 if (active >= load) in calc_load()
40 extern unsigned long calc_load_n(unsigned long load, unsigned long exp,
/linux/drivers/net/can/softing/
H A Dsofting_cs.c36 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
48 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
60 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
72 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
84 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
96 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
108 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
120 .load = {0x0120, 0x00f600, fw_dir "ldcard.bin",},
132 .load = {0x0120, 0x00f600, fw_dir "ldcard2.bin",},
/linux/arch/mips/sgi-ip22/
H A DPlatform4 # Set the load address to >= 0xffffffff88069000 if you want to leave space for
12 load-$(CONFIG_SGI_IP22) += 0xffffffff88002000
15 load-$(CONFIG_SGI_IP22) += 0xffffffff88004000
21 # Set the load address to >= 0xa800000020080000 if you want to leave space for
27 load-$(CONFIG_SGI_IP28) += 0xa800000020004000

12345678910>>...47