Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/asm/
Dpercpu.h246 #define _percpu_xchg(pcp, val) (typeof(pcp)) \ macro
279 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val)
280 #define this_cpu_xchg_2(pcp, val) _percpu_xchg(pcp, val)
281 #define this_cpu_xchg_4(pcp, val) _percpu_xchg(pcp, val)
282 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val)