Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpreempt.h37 } while (!raw_cpu_try_cmpxchg_4(pcpu_hot.preempt_count, &old, new)); in preempt_count_set()
H A Dpercpu.h524 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) macro
/linux/include/asm-generic/
H A Dpercpu.h310 #ifndef raw_cpu_try_cmpxchg_4
312 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ macro
315 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ macro