Searched defs:this_cpu_ptr (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | percpu-defs.h | 233 #define this_cpu_ptr(ptr) \ macro 239 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro 252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro |
Completed in 62 milliseconds