Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c137 int *_cpu) in this_cpu_list_push() argument
156 if (_cpu) in this_cpu_list_push()
157 *_cpu = cpu; in this_cpu_list_push()
166 int *_cpu) in this_cpu_list_pop() argument
182 if (_cpu) in this_cpu_list_pop()
183 *_cpu = cpu; in this_cpu_list_pop()
Dparam_test.c513 int *_cpu) in this_cpu_list_push() argument
532 if (_cpu) in this_cpu_list_push()
533 *_cpu = cpu; in this_cpu_list_push()
542 int *_cpu) in this_cpu_list_pop() argument
568 if (_cpu) in this_cpu_list_pop()
569 *_cpu = cpu; in this_cpu_list_pop()
686 int *_cpu) in this_cpu_buffer_push() argument
719 if (_cpu) in this_cpu_buffer_push()
720 *_cpu = cpu; in this_cpu_buffer_push()
725 int *_cpu) in this_cpu_buffer_pop() argument
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dpercpu.h586 #define early_per_cpu(_name, _cpu) \ argument
588 &early_per_cpu_ptr(_name)[_cpu] : \
589 &per_cpu(_name, _cpu))
607 #define early_per_cpu(_name, _cpu) per_cpu(_name, _cpu) argument
/Linux-v4.19/include/linux/
Dgenhd.h304 unsigned int _cpu; \
305 for_each_possible_cpu(_cpu) \
306 res += per_cpu_ptr((part)->dkstats, _cpu)->field; \
/Linux-v4.19/Documentation/RCU/
DRTFP.txt1591 ,Title="[PATCH 4/5] lock\_cpu\_hotplug: Redesign - Lightweight implementation of lock\_cpu\_hotplug"