Searched refs:_protect_cmpxchg_local (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dpercpu.h161 #define _protect_cmpxchg_local(pcp, o, n) \ macro
233 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n)
234 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n)
235 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n)
236 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n)

Completed in 104 milliseconds