Home
last modified time | relevance | path

Searched defs:this_cpu_ptr (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dpercpu-defs.h247 #define this_cpu_ptr(ptr) \ macro
253 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
266 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro