Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dinterrupt.h508 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
Dpercpu-defs.h467 #define __this_cpu_or(pcp, val) \ macro
/Linux-v5.10/Documentation/core-api/
Dthis_cpu_ops.rst241 __this_cpu_or(pcp, val)
/Linux-v5.10/kernel/printk/
Dprintk.c3052 __this_cpu_or(printk_pending, PRINTK_PENDING_OUTPUT); in defer_console_output()