Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Dpercpu.h238 #define _percpu_xchg(pcp, val) (typeof(pcp)) \ macro
271 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val)
272 #define this_cpu_xchg_2(pcp, val) _percpu_xchg(pcp, val)
273 #define this_cpu_xchg_4(pcp, val) _percpu_xchg(pcp, val)
274 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val)