Home
last modified time | relevance | path

Searched refs:__this_cpu_ptr (Results 1 – 3 of 3) sorted by relevance

/include/asm-generic/
Dpercpu.h59 #ifndef __this_cpu_ptr
60 #define __this_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset) macro
65 #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
/include/net/
Dsnmp.h171 __typeof__(*mib[0]) *ptr = __this_cpu_ptr((mib)[0]); \
193 ptr = __this_cpu_ptr((mib)[0]); \
/include/linux/
Dpercpu.h352 *__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; \