Searched refs:this_cpu_try_cmpxchg64 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/asm-generic/ |
| H A D | percpu.h | 515 #ifndef this_cpu_try_cmpxchg64 517 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ macro 520 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | percpu.h | 382 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… macro 391 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… macro
|
| /linux-6.15/mm/ |
| H A D | slab.h | 31 #define this_cpu_try_cmpxchg_freelist this_cpu_try_cmpxchg64
|