Searched refs:raw_cpu_try_cmpxchg_4 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | preempt.h | 37 } while (!raw_cpu_try_cmpxchg_4(pcpu_hot.preempt_count, &old, new)); in preempt_count_set()
|
| A D | percpu.h | 524 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) macro
|
| /linux/include/asm-generic/ |
| A D | percpu.h | 310 #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
|
Completed in 9 milliseconds