Searched refs:__this_cpu_ptr (Results 1 – 3 of 3) sorted by relevance
59 #ifndef __this_cpu_ptr60 #define __this_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) macro65 #define this_cpu_ptr(ptr) __this_cpu_ptr(ptr)69 #define __raw_get_cpu_var(var) (*__this_cpu_ptr(&(var)))86 #define __this_cpu_ptr(ptr) this_cpu_ptr(ptr) macro
171 __typeof__(*mib[0]) *ptr = __this_cpu_ptr((mib)[0]); \193 ptr = __this_cpu_ptr((mib)[0]); \
352 *__this_cpu_ptr(&(pcp)) op val; \591 # define __this_cpu_read_1(pcp) (*__this_cpu_ptr(&(pcp)))594 # define __this_cpu_read_2(pcp) (*__this_cpu_ptr(&(pcp)))597 # define __this_cpu_read_4(pcp) (*__this_cpu_ptr(&(pcp)))600 # define __this_cpu_read_8(pcp) (*__this_cpu_ptr(&(pcp)))607 *__this_cpu_ptr(&(pcp)) op val; \