Home
last modified time | relevance | path

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 Dpercpu.h9 #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 Dpercpu.h9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
/kernel/linux/linux-6.6/kernel/
H A Dscs.c81 * 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 Dfork.c211 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 Dpercpu-defs.h514 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
/kernel/linux/linux-6.6/include/linux/
H A Dpercpu-defs.h496 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
/kernel/linux/linux-5.10/mm/
H A Dvmstat.c479 * 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 Dslub.c2420 } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) in put_cpu_partial()
/kernel/linux/linux-6.6/mm/
H A Dvmstat.c547 * 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 Dfork.c290 if (this_cpu_cmpxchg(cached_stacks[i], in free_thread_stack()

Completed in 22 milliseconds