Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/radix-tree/linux/
H A Dpercpu.h6 #define this_cpu_ptr(var) var macro
/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpercpu.h254 #define this_cpu_ptr raw_cpu_ptr macro