Home
last modified time | relevance | path

Searched refs:_cpu (Results 1 – 8 of 8) sorted by relevance

/linux/tools/lib/perf/include/perf/
H A Dcpumap.h92 #define perf_cpu_map__for_each_cpu_skip_any(_cpu, idx, cpus) \
93 for ((idx) = 0, (_cpu) = perf_cpu_map__cpu(cpus, idx); \
95 (idx)++, (_cpu) = perf_cpu_map__cpu(cpus, idx)) \
96 if ((_cpu).cpu != -1)
78 perf_cpu_map__for_each_cpu_skip_any(_cpu,idx,cpus) global() argument
/linux/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c172 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 Dparam_test.c633 int *_cpu)
653 if (_cpu) in this_cpu_list_pop()
654 *_cpu = cpu; in this_cpu_list_pop()
663 int *_cpu) in this_cpu_list_pop()
690 if (_cpu) in test_percpu_list_thread()
691 *_cpu = cpu; in test_percpu_list_thread()
808 int *_cpu) in this_cpu_buffer_push()
836 if (_cpu) in this_cpu_buffer_pop()
837 *_cpu = cpu; in this_cpu_buffer_pop()
842 int *_cpu) in this_cpu_buffer_pop()
609 this_cpu_list_push(struct percpu_list * list,struct percpu_list_node * node,int * _cpu) this_cpu_list_push() argument
639 this_cpu_list_pop(struct percpu_list * list,int * _cpu) this_cpu_list_pop() argument
784 this_cpu_buffer_push(struct percpu_buffer * buffer,struct percpu_buffer_node * node,int * _cpu) this_cpu_buffer_push() argument
818 this_cpu_buffer_pop(struct percpu_buffer * buffer,int * _cpu) this_cpu_buffer_pop() argument
985 this_cpu_memcpy_buffer_push(struct percpu_memcpy_buffer * buffer,struct percpu_memcpy_buffer_node item,int * _cpu) this_cpu_memcpy_buffer_push() argument
1025 this_cpu_memcpy_buffer_pop(struct percpu_memcpy_buffer * buffer,struct percpu_memcpy_buffer_node * item,int * _cpu) this_cpu_memcpy_buffer_pop() argument
[all...]
/linux/include/linux/
H A Dworkqueue.h836 #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); \
/linux/lib/
H A Dcpumask_kunit.c53 for_each_##name##_cpu(cpu) \
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h376 #define def_for_each_cpu(cpu, name) for_each_##name##_cpu(cpu)
/linux/Documentation/RCU/
H A DRTFP.txt1591 ,Title="[PATCH 4/5] lock\_cpu\_hotplug: Redesign - Lightweight implementation of lock\_cpu\_hotplug"
/linux/Documentation/admin-guide/pm/
H A Dcpuidle.rst502 .. _cpu-pm-qos: