Home
last modified time | relevance | path

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

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