Searched refs:raw_cpu_cmpxchg_4 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | percpu.h | 311 #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
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | preempt.h | 37 } while (raw_cpu_cmpxchg_4(__preempt_count, old, new) != old); in preempt_count_set()
|
H A D | percpu.h | 284 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, , pcp, oval, nval) macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | preempt.h | 38 } while (raw_cpu_cmpxchg_4(pcpu_hot.preempt_count, old, new) != old); in preempt_count_set()
|
H A D | percpu.h | 345 #define raw_cpu_cmpxchg_4(pcp, oval, nval) percpu_cmpxchg_op(4, , pcp, oval, nval) macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | percpu.h | 293 #ifndef raw_cpu_cmpxchg_4 294 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ macro
|
Completed in 5 milliseconds