Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 25 of 197) sorted by relevance

12345678

/linux/tools/testing/selftests/drivers/net/hw/
A Ddevlink_port_split.py60 ports = json.loads(stdout)['port']
84 values = list(json.loads(stdout)['port'].values())[0]
102 values = list(json.loads(stdout)['port'].values())[0]
266 validate_devlink_output(json.loads(stdout))
267 devs = json.loads(stdout)['dev']
/linux/kernel/sched/
A Dloadavg.c71 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun() argument
73 loads[0] = (avenrun[0] + offset) << shift; in get_avenrun()
74 loads[1] = (avenrun[1] + offset) << shift; in get_avenrun()
75 loads[2] = (avenrun[2] + offset) << shift; in get_avenrun()
/linux/arch/powerpc/perf/
A Dpower9-pmu.c174 GENERIC_EVENT_ATTR(mem-loads, MEM_LOADS);
178 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1);
182 CACHE_EVENT_ATTR(L1-icache-loads, PM_INST_FROM_L1);
185 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
188 CACHE_EVENT_ATTR(branch-loads, PM_BR_CMPL);
A Dpower8-pmu.c134 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1);
139 CACHE_EVENT_ATTR(L1-icache-loads, PM_INST_FROM_L1);
143 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
149 CACHE_EVENT_ATTR(branch-loads, PM_BRU_FIN);
A Dpower10-pmu.c127 GENERIC_EVENT_ATTR(mem-loads, MEM_LOADS);
134 CACHE_EVENT_ATTR(L1-dcache-loads, PM_LD_REF_L1);
138 CACHE_EVENT_ATTR(L1-icache-loads, PM_INST_FROM_L1);
141 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
146 CACHE_EVENT_ATTR(branch-loads, PM_BR_CMPL);
/linux/Documentation/devicetree/bindings/net/
A Dqcom,ipa.yaml141 Indicates how GSI firmware should be loaded. If the AP loads
151 should be loaded. If present, the modem loads GSI firmware; if
152 absent, the AP loads GSI firmware.
187 # If qcom,gsi-loader is "self", the AP loads GSI firmware, and
199 # If modem-init is not present, the AP loads GSI firmware, and
/linux/arch/alpha/lib/
A Dev6-copy_user.S64 EXI( ldbu $1,0($17) ) # .. .. .. L : Keep loads separate from stores
116 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad
203 EXI ( ldbu $2,0($17) ) # .. .. .. L : No loads in the same quad
/linux/tools/testing/selftests/kvm/x86_64/
A Dpmu_event_filter_test.c56 uint64_t loads; member
421 const uint64_t loads = rdmsr(msr_base + 0); in masked_events_guest_test() local
432 pmc_results.loads = rdmsr(msr_base + 0) - loads; in masked_events_guest_test()
620 TEST_ASSERT(bool_eq(pmc_results.loads, test->flags & ALLOW_LOADS) && in run_masked_events_tests()
625 test->msg, pmc_results.loads, pmc_results.stores, in run_masked_events_tests()
/linux/tools/net/ynl/
A Dcli.py73 attrs = json.loads(args.json_text)
101 ops = [ (item[0], json.loads(item[1]), args.flags or []) for item in args.multi ]
/linux/scripts/atomic/kerneldoc/
A Dread6 * Atomically loads the value of @v with ${desc_order} ordering.
/linux/include/uapi/linux/
A Dsysinfo.h10 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ member
/linux/include/linux/sched/
A Dloadavg.h16 extern void get_avenrun(unsigned long *loads, unsigned long offset, int shift);
/linux/tools/perf/Documentation/
A Dperf-mem.txt19 right set of options to display a memory access profile. By default, loads
20 and stores are sampled. Use the -t option to limit to loads or stores.
70 Specify desired latency for loads event. Supported on Intel and Arm64
/linux/Documentation/arch/x86/
A Dtsx_async_abort.rst13 case certain loads may speculatively pass invalid data to dependent operations
15 Synchronization Extensions (TSX) transaction. This includes loads with no
16 fault or assist condition. Such loads may speculatively expose stale data from
/linux/Documentation/core-api/
A Drefcount-vs-atomic.rst41 A strong (full) memory ordering guarantees that all prior loads and
49 A RELEASE memory ordering guarantees that all prior loads and
57 An ACQUIRE memory ordering guarantees that all post loads and
/linux/Documentation/tee/
A Damd-tee.rst55 * TEE_CMD_ID_LOAD_TA - loads a Trusted Application (TA) binary into
72 * open_session - loads the TA binary and opens session with loaded TA.
/linux/Documentation/
A Dmemory-barriers.txt387 to have any effect on loads.
413 loads or overlapping loads.
721 load from 'a' with other loads from 'a'. Without the WRITE_ONCE(),
898 Not prior loads against later loads, nor prior stores against
901 later loads, smp_mb().
1044 dependent loads. Consider the following sequence of events:
1126 subsequent loads +-------+ | |
1773 The compiler can also invent loads. These are usually less
1776 invented loads.
2236 the other hand, a wakeup does not occur, both loads might see 0.
[all …]
/linux/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt42 fuse the load from "a" with other loads. Without the WRITE_ONCE(),
219 (*) Control dependencies can order prior loads against later stores.
221 Not prior loads against later loads, nor prior stores against
224 stores and later loads, smp_mb().
/linux/kernel/debug/kdb/
A Dkdb_main.c2476 val->loads[0] = avenrun[0]; in kdb_sysinfo()
2477 val->loads[1] = avenrun[1]; in kdb_sysinfo()
2478 val->loads[2] = avenrun[2]; in kdb_sysinfo()
2515 LOAD_INT(val.loads[0]), LOAD_FRAC(val.loads[0]), in kdb_summary()
2516 LOAD_INT(val.loads[1]), LOAD_FRAC(val.loads[1]), in kdb_summary()
2517 LOAD_INT(val.loads[2]), LOAD_FRAC(val.loads[2])); in kdb_summary()
/linux/arch/mips/include/asm/
A Dmips-r2-to-r6-emul.h22 u64 loads; member
A Dfpu_emulator.h26 unsigned long loads; member
/linux/arch/mips/kernel/
A Dmips-r2-to-r6-emul.c1274 MIPS_R2_STATS(loads); in mipsr2_decoder()
1348 MIPS_R2_STATS(loads); in mipsr2_decoder()
1608 MIPS_R2_STATS(loads); in mipsr2_decoder()
1727 MIPS_R2_STATS(loads); in mipsr2_decoder()
2267 (unsigned long)__this_cpu_read(mipsr2emustats.loads), in mipsr2_emul_show()
2268 (unsigned long)__this_cpu_read(mipsr2bdemustats.loads)); in mipsr2_emul_show()
2324 __this_cpu_write((mipsr2emustats).loads, 0); in mipsr2_clear_show()
2325 __this_cpu_write((mipsr2bdemustats).loads, 0); in mipsr2_clear_show()
/linux/drivers/tee/optee/
A DKconfig17 This loads the BL32 image for OP-TEE as firmware when the driver is
/linux/fs/xfs/scrub/
A Dxfarray.h144 uint64_t loads; member
/linux/Documentation/devicetree/bindings/sound/
A Drichtek,rt9120.yaml14 delivering 2*20W into 8 Ohm BTL speaker loads. It supports the wide input

Completed in 45 milliseconds

12345678