Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dinterrupt.h578 #define SOFTIRQ_HOTPLUG_SAFE_MASK (BIT(TIMER_SOFTIRQ) | BIT(IRQ_POLL_SOFTIRQ) |\ macro
/linux/kernel/time/
H A Dtick-sched.c1149 pending &= ~SOFTIRQ_HOTPLUG_SAFE_MASK; in report_idle_softirq()