Searched refs:_protect_cmpxchg_local (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | percpu.h | 155 #define _protect_cmpxchg_local(pcp, o, n) \ macro 227 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 228 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 229 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 230 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n)
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | percpu.h | 157 #define _protect_cmpxchg_local(pcp, o, n) \ macro 229 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 230 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 231 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 232 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n)
|
Completed in 2 milliseconds