Home
last modified time | relevance | path

Searched refs:SOFTIRQ_HOTPLUG_SAFE_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dinterrupt.h573 #define SOFTIRQ_HOTPLUG_SAFE_MASK (BIT(RCU_SOFTIRQ) | BIT(IRQ_POLL_SOFTIRQ)) macro
/Linux-v6.1/kernel/time/
Dtick-sched.c1023 pending &= ~SOFTIRQ_HOTPLUG_SAFE_MASK; in report_idle_softirq()