Searched refs:this_cpu_cmpxchg (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/testing/radix-tree/linux/ |
D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
|
/Linux-v4.19/Documentation/features/locking/cmpxchg-local/ |
D | arch-support.txt | 4 # description: arch supports the this_cpu_cmpxchg() API
|
/Linux-v4.19/include/linux/ |
D | percpu-defs.h | 516 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
|
/Linux-v4.19/Documentation/ |
D | this_cpu_ops.txt | 55 this_cpu_cmpxchg(pcp, oval, nval) 194 z = this_cpu_cmpxchg(p.m, 0, 1);
|
/Linux-v4.19/mm/ |
D | vmstat.c | 511 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_zone_state() 568 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_node_state()
|
D | slub.c | 2248 } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) in put_cpu_partial()
|
/Linux-v4.19/lib/ |
D | radix-tree.c | 2123 if (this_cpu_cmpxchg(ida_bitmap, NULL, bitmap)) in ida_pre_get()
|
/Linux-v4.19/kernel/ |
D | fork.c | 255 if (this_cpu_cmpxchg(cached_stacks[i], in free_thread_stack()
|