Home
last modified time | relevance | path

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

/linux-6.6.21/arch/loongarch/include/asm/
Dpercpu.h199 #define _percpu_xchg(pcp, val) ((typeof(pcp)) \ macro
224 #define this_cpu_xchg_1(pcp, val) _percpu_xchg(pcp, val)
225 #define this_cpu_xchg_2(pcp, val) _percpu_xchg(pcp, val)
226 #define this_cpu_xchg_4(pcp, val) _percpu_xchg(pcp, val)
227 #define this_cpu_xchg_8(pcp, val) _percpu_xchg(pcp, val)