Home
last modified time | relevance | path

Searched refs:this_cpu_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dpercpu-defs.h503 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
/linux-4.1.27/Documentation/
Dthis_cpu_ops.txt51 this_cpu_cmpxchg(pcp, oval, nval)
184 z = this_cpu_cmpxchg(p.m, 0, 1);
/linux-4.1.27/mm/
Dvmstat.c353 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_state()
Dslub.c2075 } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) in put_cpu_partial()