Home
last modified time | relevance | path

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

/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
/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()