Searched +path:softirq +path:. +path:c +refs:ksoftirqd (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/kernel/
H A Dsoftirq.c58 DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
74 struct task_struct *tsk = __this_cpu_read(ksoftirqd); wakeup_softirqd()
330 * Prevent raise_softirq from needlessly waking up ksoftirqd irq_enter()
411 * Otherwise we wake up ksoftirqd to make sure we raise_softirq_irqoff()
748 .store = &ksoftirqd,
751 .thread_comm = "ksoftirqd/%u",

Completed in 226 milliseconds