Searched refs:raw_cpu_cmpxchg_4 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | percpu.h | 311 #ifdef raw_cpu_cmpxchg_4 313 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_4) 356 #ifndef raw_cpu_cmpxchg_4 357 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | preempt.h | 38 } while (raw_cpu_cmpxchg_4(pcpu_hot.preempt_count, old, new) != old); in preempt_count_set()
|
H A D | percpu.h | 345 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, , pcp, oval, nval) macro
|