Home
last modified time | relevance | path

Searched refs:this_cpu_cmpxchg (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/radix-tree/linux/
H A Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
/openbmc/linux/Documentation/features/locking/cmpxchg-local/
H A Darch-support.txt4 # description: arch supports the this_cpu_cmpxchg() API
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst53 this_cpu_cmpxchg(pcp, oval, nval)
168 z = this_cpu_cmpxchg(p.m, 0, 1);
/openbmc/linux/kernel/
H A Dscs.c86 if (this_cpu_cmpxchg(scs_cache[i], 0, s) == NULL) in scs_free()
H A Dfork.c208 if (this_cpu_cmpxchg(cached_stacks[i], NULL, vm) != NULL) in try_release_thread_stack_to_cache()
/openbmc/linux/include/linux/
H A Dpercpu-defs.h496 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
/openbmc/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst55 this_cpu_cmpxchg(pcp, oval, nval)
193 z = this_cpu_cmpxchg(p.m, 0, 1);
/openbmc/linux/mm/
H A Dvmstat.c589 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_zone_state()
657 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_node_state()