Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/radix-tree/linux/
Dpercpu.h6 #define this_cpu_ptr(var) var macro
/Linux-v4.19/include/linux/
Dpercpu-defs.h248 #define this_cpu_ptr(ptr) \ macro
254 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
267 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro