Searched refs:this_cpu_generic_read (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/include/asm-generic/
H A Dpercpu.h108 #define this_cpu_generic_read(pcp) \ macro
296 #define this_cpu_read_1(pcp) this_cpu_generic_read(pcp)
299 #define this_cpu_read_2(pcp) this_cpu_generic_read(pcp)
302 #define this_cpu_read_4(pcp) this_cpu_generic_read(pcp)
305 #define this_cpu_read_8(pcp) this_cpu_generic_read(pcp)

Completed in 36 milliseconds