Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/include/asm/
Dpercpu.h195 #define _percpu_xchg(pcp, val) ((typeof(pcp)) \ macro
220 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val)
221 #define this_cpu_xchg_2(pcp, val) _percpu_xchg(pcp, val)
222 #define this_cpu_xchg_4(pcp, val) _percpu_xchg(pcp, val)
223 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val)