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