Searched refs:_cpu (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/tools/lib/perf/include/perf/ |
D | cpumap.h | 94 #define perf_cpu_map__for_each_cpu_skip_any(_cpu, idx, cpus) \ argument 95 for ((idx) = 0, (_cpu) = perf_cpu_map__cpu(cpus, idx); \ 97 (idx)++, (_cpu) = perf_cpu_map__cpu(cpus, idx)) \ 98 if ((_cpu).cpu != -1)
|
/linux-6.12.1/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 172 int *_cpu) in this_cpu_list_push() argument 192 if (_cpu) in this_cpu_list_push() 193 *_cpu = cpu; in this_cpu_list_push() 202 int *_cpu) in this_cpu_list_pop() argument 219 if (_cpu) in this_cpu_list_pop() 220 *_cpu = cpu; in this_cpu_list_pop()
|
D | param_test.c | 609 int *_cpu) in this_cpu_list_push() argument 629 if (_cpu) in this_cpu_list_push() 630 *_cpu = cpu; in this_cpu_list_push() 639 int *_cpu) in this_cpu_list_pop() argument 666 if (_cpu) in this_cpu_list_pop() 667 *_cpu = cpu; in this_cpu_list_pop() 784 int *_cpu) in this_cpu_buffer_push() argument 812 if (_cpu) in this_cpu_buffer_push() 813 *_cpu = cpu; in this_cpu_buffer_push() 818 int *_cpu) in this_cpu_buffer_pop() argument [all …]
|
/linux-6.12.1/include/linux/ |
D | part_stat.h | 37 unsigned int _cpu; \ 38 for_each_possible_cpu(_cpu) \ 39 res += per_cpu_ptr((part)->bd_stats, _cpu)->field; \
|
D | workqueue.h | 836 #define work_on_cpu(_cpu, _fn, _arg) \ argument 840 work_on_cpu_key(_cpu, _fn, _arg, &__key); \ 850 #define work_on_cpu_safe(_cpu, _fn, _arg) \ argument 854 work_on_cpu_safe_key(_cpu, _fn, _arg, &__key); \
|
D | tick.h | 193 #define tick_nohz_full_cpu(_cpu) ({ \ argument 196 __ret = cpumask_test_cpu((_cpu), tick_nohz_full_mask); \
|
/linux-6.12.1/arch/x86/include/asm/ |
D | percpu.h | 659 #define early_per_cpu(_name, _cpu) \ argument 661 &early_per_cpu_ptr(_name)[_cpu] : \ 662 &per_cpu(_name, _cpu)) 680 #define early_per_cpu(_name, _cpu) per_cpu(_name, _cpu) argument
|
/linux-6.12.1/lib/ |
D | cpumask_kunit.c | 53 for_each_##name##_cpu(cpu) \
|
/linux-6.12.1/Documentation/RCU/ |
D | RTFP.txt | 1591 ,Title="[PATCH 4/5] lock\_cpu\_hotplug: Redesign - Lightweight implementation of lock\_cpu\_hotplug"
|
/linux-6.12.1/Documentation/admin-guide/pm/ |
D | cpuidle.rst | 512 .. _cpu-pm-qos:
|