Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/radix-tree/linux/
Dpercpu.h6 #define this_cpu_ptr(var) var macro
/linux-6.1.9/include/linux/
Dpercpu-defs.h246 #define this_cpu_ptr(ptr) \ macro
252 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
265 #define this_cpu_ptr(ptr) raw_cpu_ptr(ptr) macro
/linux-6.1.9/arch/arm64/include/asm/
Dpercpu.h254 #define this_cpu_ptr raw_cpu_ptr macro