Searched refs:this_cpu_cmpxchg (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/Documentation/features/locking/cmpxchg-local/ |
D | arch-support.txt | 4 # description: arch supports the this_cpu_cmpxchg() API
|
/linux-4.4.14/include/linux/ |
D | percpu-defs.h | 501 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
|
/linux-4.4.14/Documentation/ |
D | this_cpu_ops.txt | 51 this_cpu_cmpxchg(pcp, oval, nval) 184 z = this_cpu_cmpxchg(p.m, 0, 1);
|
/linux-4.4.14/mm/ |
D | vmstat.c | 353 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_state()
|
D | slub.c | 2118 } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) in put_cpu_partial()
|