Searched refs:_protect_cmpxchg_local (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/arm64/include/asm/ |
| D | percpu.h | 204 #define _protect_cmpxchg_local(pcp, o, n) \ macro 213 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 214 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 215 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) 216 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n)
|