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

/include/asm-generic/
H A Dpercpu.h63 #define this_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, my_cpu_offset) macro
65 #define this_cpu_ptr(ptr) __this_cpu_ptr(ptr) macro
68 #define __get_cpu_var(var) (*this_cpu_ptr(&(var)))
85 #define this_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) macro
86 #define __this_cpu_ptr(ptr) this_cpu_ptr(ptr)

Completed in 794 milliseconds