Home
last modified time | relevance | path

Searched refs:this_cpu_try_cmpxchg64 (Results 1 – 3 of 3) sorted by relevance

/linux/include/asm-generic/
A Dpercpu.h502 #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 Dpercpu.h398 #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 Dslab.h31 #define this_cpu_try_cmpxchg_freelist this_cpu_try_cmpxchg64

Completed in 9 milliseconds