Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dinterrupt.h443 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
Dpercpu-defs.h469 #define __this_cpu_or(pcp, val) \ macro
/Linux-v4.19/Documentation/
Dthis_cpu_ops.txt241 __this_cpu_or(pcp, val)
/Linux-v4.19/kernel/printk/
Dprintk.c2902 __this_cpu_or(printk_pending, PRINTK_PENDING_OUTPUT); in defer_console_output()