Searched refs:this_cpu_cmpxchg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/radix-tree/linux/ |
H A D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/linux/ |
H A D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
|
/kernel/linux/linux-6.6/kernel/ |
H A D | scs.c | 81 * so use this_cpu_cmpxchg to update the cache, and vfree_atomic in scs_free() 86 if (this_cpu_cmpxchg(scs_cache[i], 0, s) == NULL) in scs_free()
|
H A D | fork.c | 211 if (this_cpu_cmpxchg(cached_stacks[i], NULL, vm) != NULL) in try_release_thread_stack_to_cache()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | percpu-defs.h | 514 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | percpu-defs.h | 496 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmstat.c | 479 * that comes with local_irq_save/restore if we use this_cpu_cmpxchg. 521 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_zone_state() 583 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_node_state()
|
H A D | slub.c | 2420 } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) in put_cpu_partial()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmstat.c | 547 * that comes with local_irq_save/restore if we use this_cpu_cmpxchg. 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()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 290 if (this_cpu_cmpxchg(cached_stacks[i], in free_thread_stack()
|
Completed in 22 milliseconds