Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/radix-tree/linux/
Dpercpu.h6 #define this_cpu_ptr(var) var macro
/Linux-v5.4/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