Home
last modified time | relevance | path

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

/linux-6.15/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
/linux-6.15/include/asm-generic/
H A Dpercpu.h323 #ifndef raw_cpu_try_cmpxchg_4
325 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ macro
328 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ macro