Searched defs:this_cpu_ptr (Results 1 – 5 of 5) sorted by relevance
6 #define this_cpu_ptr(var) var macro
246 #define this_cpu_ptr(ptr) \ macro252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro265 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
247 #define this_cpu_ptr(ptr) \ macro253 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro266 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
247 #define this_cpu_ptr raw_cpu_ptr macro