Home
last modified time | relevance | path

Searched refs:this_cpu_xchg (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dpercpu-defs.h500 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
/linux-4.4.14/Documentation/
Dthis_cpu_ops.txt50 this_cpu_xchg(pcp, nval)
/linux-4.4.14/mm/
Dvmstat.c476 v = this_cpu_xchg(p->vm_stat_diff[i], 0); in refresh_cpu_vm_stats()