Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/radix-tree/linux/
Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
/Linux-v5.15/Documentation/features/locking/cmpxchg-local/
Darch-support.txt4 # description: arch supports the this_cpu_cmpxchg() API
/Linux-v5.15/kernel/
Dscs.c78 if (this_cpu_cmpxchg(scs_cache[i], 0, s) == NULL) in scs_free()
Dfork.c285 if (this_cpu_cmpxchg(cached_stacks[i], in free_thread_stack()
/Linux-v5.15/include/linux/
Dpercpu-defs.h514 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
/Linux-v5.15/Documentation/core-api/
Dthis_cpu_ops.rst55 this_cpu_cmpxchg(pcp, oval, nval)
194 z = this_cpu_cmpxchg(p.m, 0, 1);
/Linux-v5.15/mm/
Dvmstat.c573 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_zone_state()
641 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_node_state()