Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst208 __this_cpu_or(pcp, val)
/linux/include/linux/
H A Dpercpu-defs.h453 #define __this_cpu_or(pcp, val) \ macro
/linux/kernel/
H A Dsoftirq.c1161 __this_cpu_or(pending_timer_softirq, BIT(nr)); in raise_ktimers_thread()