Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dpercpu.h262 #define _percpu_and(pcp, val) \ macro
281 #define this_cpu_and_1(pcp, val) _percpu_and(pcp, val)
282 #define this_cpu_and_2(pcp, val) _percpu_and(pcp, val)
283 #define this_cpu_and_4(pcp, val) _percpu_and(pcp, val)
284 #define this_cpu_and_8(pcp, val) _percpu_and(pcp, val)