Searched refs:raw_cpu_try_cmpxchg_4 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | preempt.h | 38 } while (!raw_cpu_try_cmpxchg_4(__preempt_count, &old, new)); in preempt_count_set()
|
| H A D | percpu.h | 507 #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 D | percpu.h | 323 #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
|