Searched refs:_cpu (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/lib/perf/include/perf/ |
| H A D | cpumap.h | 93 #define perf_cpu_map__for_each_cpu_skip_any(_cpu, idx, cpus) \ argument 94 for ((idx) = 0, (_cpu) = perf_cpu_map__cpu(cpus, idx); \ 96 (idx)++, (_cpu) = perf_cpu_map__cpu(cpus, idx)) \ 97 if ((_cpu).cpu != -1)
|
| /linux-6.15/tools/testing/selftests/rseq/ |
| H A 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()
|
| H A D | param_test.c | 633 int *_cpu) in this_cpu_list_push() argument 653 if (_cpu) in this_cpu_list_push() 654 *_cpu = cpu; in this_cpu_list_push() 690 if (_cpu) in this_cpu_list_pop() 691 *_cpu = cpu; in this_cpu_list_pop() 836 if (_cpu) in this_cpu_buffer_push() 837 *_cpu = cpu; in this_cpu_buffer_push() 870 if (_cpu) in this_cpu_buffer_pop() 871 *_cpu = cpu; in this_cpu_buffer_pop() 1042 if (_cpu) in this_cpu_memcpy_buffer_push() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | part_stat.h | 37 unsigned int _cpu; \ 38 for_each_possible_cpu(_cpu) \ 39 res += per_cpu_ptr((part)->bd_stats, _cpu)->field; \
|
| H A 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); \
|
| H A D | tick.h | 191 #define tick_nohz_full_cpu(_cpu) ({ \ argument 194 __ret = cpumask_test_cpu((_cpu), tick_nohz_full_mask); \
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | percpu.h | 642 #define early_per_cpu(_name, _cpu) \ argument 644 &early_per_cpu_ptr(_name)[_cpu] : \ 645 &per_cpu(_name, _cpu)) 663 #define early_per_cpu(_name, _cpu) per_cpu(_name, _cpu) argument
|
| /linux-6.15/lib/tests/ |
| H A D | cpumask_kunit.c | 53 for_each_##name##_cpu(cpu) \
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 394 #define def_for_each_cpu(cpu, name) for_each_##name##_cpu(cpu)
|
| /linux-6.15/Documentation/RCU/ |
| H A D | RTFP.txt | 1591 ,Title="[PATCH 4/5] lock\_cpu\_hotplug: Redesign - Lightweight implementation of lock\_cpu\_hotplug"
|
| /linux-6.15/Documentation/admin-guide/pm/ |
| H A D | cpuidle.rst | 507 .. _cpu-pm-qos:
|