Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/features/locking/cmpxchg-local/
Darch-support.txt4 # description: arch supports the this_cpu_cmpxchg() API
/linux-4.4.14/include/linux/
Dpercpu-defs.h501 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
/linux-4.4.14/Documentation/
Dthis_cpu_ops.txt51 this_cpu_cmpxchg(pcp, oval, nval)
184 z = this_cpu_cmpxchg(p.m, 0, 1);
/linux-4.4.14/mm/
Dvmstat.c353 } while (this_cpu_cmpxchg(*p, o, n) != o); in mod_state()
Dslub.c2118 } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) in put_cpu_partial()