Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpercpu.h325 #ifndef raw_cpu_try_cmpxchg_4
327 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ macro
330 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ macro
/linux/arch/x86/include/asm/
H A Dpreempt.h38 } while (!raw_cpu_try_cmpxchg_4(__preempt_count, &old, new)); in preempt_count_set()
H A Dpercpu.h507 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) macro