Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpercpu-defs.h466 #define __this_cpu_xchg(pcp, nval) \ macro
/linux-4.1.27/Documentation/
Dthis_cpu_ops.txt233 __this_cpu_xchg(pcp, nval)
/linux-4.1.27/kernel/printk/
Dprintk.c2641 int pending = __this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
/linux-4.1.27/kernel/events/
Dcore.c3105 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick()