Searched refs:this_cpu_cmpxchg (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/testing/radix-tree/linux/ |
D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
|
/linux-6.1.9/Documentation/features/locking/cmpxchg-local/ |
D | arch-support.txt | 4 # description: arch supports the this_cpu_cmpxchg() API
|
/linux-6.1.9/kernel/ |
D | scs.c | 82 if (this_cpu_cmpxchg(scs_cache[i], 0, s) == NULL) in scs_free()
|
D | fork.c | 206 if (this_cpu_cmpxchg(cached_stacks[i], NULL, vm) != NULL) in try_release_thread_stack_to_cache()
|
/linux-6.1.9/include/linux/ |
D | percpu-defs.h | 514 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
|
/linux-6.1.9/Documentation/core-api/ |
D | this_cpu_ops.rst | 55 this_cpu_cmpxchg(pcp, oval, nval) 194 z = this_cpu_cmpxchg(p.m, 0, 1);
|
/linux-6.1.9/mm/ |
D | vmstat.c | 589 } 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()
|