Searched refs:this_cpu_cmpxchg_double (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
A D | percpu-defs.h | 516 #define this_cpu_cmpxchg_double(pcp1, pcp2, oval1, oval2, nval1, nval2) \ macro
|
/linux/Documentation/core-api/ |
A D | this_cpu_ops.rst | 56 this_cpu_cmpxchg_double(pcp1, pcp2, oval1, oval2, nval1, nval2)
|
/linux/mm/ |
A D | slub.c | 3218 if (unlikely(!this_cpu_cmpxchg_double( in slab_alloc_node() 3466 if (unlikely(!this_cpu_cmpxchg_double( in do_slab_free()
|
Completed in 19 milliseconds