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 D | test_per_cpu_allocator_module.c | 186 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 D | tring.c | 2 #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 D | tring.c | 2 #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 D | checkpatch.pl | 3687 $line =~ /^\+\s*(?:\w+)?\s*DEFINE_PER_CPU/) { 5794 DEFINE_PER_CPU|
|
Completed in 8 milliseconds