Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
H A Dtest_per_cpu_allocator_module.c186 static DEFINE_PER_CPU(struct stupid_large_alignment_struct, blah_blah);
187 DEFINE_PER_CPU(struct stupid_large_struct, blah_blah2);
188 DEFINE_PER_CPU(struct stupid_large_struct, blah_blah3);
189 DEFINE_PER_CPU(struct stupid_large_struct, blah_blah4);
190 DEFINE_PER_CPU(struct stupid_large_struct, blah_blah5);
191 DEFINE_PER_CPU(struct stupid_large_struct, blah_blah6);
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtring.c2 #define DEFINE_PER_CPU(a,b) a b macro
20 static DEFINE_PER_CPU(struct mce_ring, mce_ring);
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtring.c2 #define DEFINE_PER_CPU(a,b) a b macro
20 static DEFINE_PER_CPU(struct mce_ring, mce_ring);
/third_party/ltp/scripts/
H A Dcheckpatch.pl3687 $line =~ /^\+\s*(?:\w+)?\s*DEFINE_PER_CPU/) {
5794 DEFINE_PER_CPU|

Completed in 8 milliseconds