Searched refs:this_cpu_try_cmpxchg64 (Results 1 – 3 of 3) sorted by relevance
| /linux/include/asm-generic/ |
| A D | percpu.h | 502 #ifndef this_cpu_try_cmpxchg64 504 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ macro 507 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ macro
|
| /linux/arch/x86/include/asm/ |
| A D | percpu.h | 398 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… macro 407 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… macro
|
| /linux/mm/ |
| A D | slab.h | 31 #define this_cpu_try_cmpxchg_freelist this_cpu_try_cmpxchg64
|
Completed in 10 milliseconds