Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpercpu.h311 #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 Dpreempt.h38 } while (raw_cpu_cmpxchg_4(pcpu_hot.preempt_count, old, new) != old); in preempt_count_set()
H A Dpercpu.h345 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, , pcp, oval, nval) macro