Searched refs:this_cpu_cmpxchg_double (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | this_cpu_ops.rst | 54 this_cpu_cmpxchg_double(pcp1, pcp2, oval1, oval2, nval1, nval2)
|
/linux-6.3-rc2/include/linux/ |
A D | percpu-defs.h | 516 #define this_cpu_cmpxchg_double(pcp1, pcp2, oval1, oval2, nval1, nval2) \ macro
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | this_cpu_ops.rst | 56 this_cpu_cmpxchg_double(pcp1, pcp2, oval1, oval2, nval1, nval2)
|
/linux-6.3-rc2/mm/ |
A D | slub.c | 3363 if (unlikely(!this_cpu_cmpxchg_double( in __slab_alloc_node() 3740 if (unlikely(!this_cpu_cmpxchg_double( in do_slab_free()
|
Completed in 15 milliseconds