Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dpercpu.h268 #define _percpu_xchg(pcp, val) (typeof(pcp)) \ macro
301 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val)
302 #define this_cpu_xchg_2(pcp, val) _percpu_xchg(pcp, val)
303 #define this_cpu_xchg_4(pcp, val) _percpu_xchg(pcp, val)
304 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val)