Searched refs:this_cpu_cmpxchg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | percpu-defs.h | 503 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
|
/linux-4.1.27/Documentation/ |
D | this_cpu_ops.txt | 51 this_cpu_cmpxchg(pcp, oval, nval) 184 z = this_cpu_cmpxchg(p.m, 0, 1);
|
/linux-4.1.27/mm/ |
D | vmstat.c | 353 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_state()
|
D | slub.c | 2075 } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) in put_cpu_partial()
|