Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c136 int *_cpu) in this_cpu_list_push() argument
155 if (_cpu) in this_cpu_list_push()
156 *_cpu = cpu; in this_cpu_list_push()
165 int *_cpu) in this_cpu_list_pop() argument
181 if (_cpu) in this_cpu_list_pop()
182 *_cpu = cpu; in this_cpu_list_pop()
H A Dparam_test.c515 int *_cpu) in this_cpu_list_push() argument
534 if (_cpu) in this_cpu_list_push()
535 *_cpu = cpu; in this_cpu_list_push()
544 int *_cpu) in this_cpu_list_pop() argument
570 if (_cpu) in this_cpu_list_pop()
571 *_cpu = cpu; in this_cpu_list_pop()
688 int *_cpu) in this_cpu_buffer_push() argument
721 if (_cpu) in this_cpu_buffer_push()
722 *_cpu = cpu; in this_cpu_buffer_push()
727 int *_cpu) in this_cpu_buffer_pop() argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpart_stat.h36 unsigned int _cpu; \
37 for_each_possible_cpu(_cpu) \
38 res += per_cpu_ptr((part)->dkstats, _cpu)->field; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/
H A Darch_pm.patch19 (my $dt = $debtuple) =~ s/<cpu>/$_cpu/;
20 (my $da = $debarch) =~ s/<cpu>/$_cpu/;
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpercpu.h432 #define early_per_cpu(_name, _cpu) \ argument
434 &early_per_cpu_ptr(_name)[_cpu] : \
435 &per_cpu(_name, _cpu))
453 #define early_per_cpu(_name, _cpu) per_cpu(_name, _cpu) argument
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt1591 ,Title="[PATCH 4/5] lock\_cpu\_hotplug: Redesign - Lightweight implementation of lock\_cpu\_hotplug"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dcpuidle.rst585 .. _cpu-pm-qos: