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

/linux-4.4.14/arch/arm64/include/asm/
H A Dpercpu.h232 #define _percpu_and(pcp, val) \ macro
251 #define this_cpu_and_1(pcp, val) _percpu_and(pcp, val)
252 #define this_cpu_and_2(pcp, val) _percpu_and(pcp, val)
253 #define this_cpu_and_4(pcp, val) _percpu_and(pcp, val)
254 #define this_cpu_and_8(pcp, val) _percpu_and(pcp, val)

Completed in 69 milliseconds