Searched refs:ksoftirqd (Results 1 – 5 of 5) sorted by relevance
61 DEFINE_PER_CPU(struct task_struct *, ksoftirqd);77 struct task_struct *tsk = __this_cpu_read(ksoftirqd); in wakeup_softirqd()91 struct task_struct *tsk = __this_cpu_read(ksoftirqd); in ksoftirqd_running()438 if (!force_irqthreads() || !__this_cpu_read(ksoftirqd)) { in invoke_softirq()584 __this_cpu_read(ksoftirqd) == current) in __do_softirq()973 .store = &ksoftirqd,
608 DECLARE_PER_CPU(struct task_struct *, ksoftirqd);612 return this_cpu_read(ksoftirqd); in this_cpu_ksoftirqd()
203 struct task_struct *ksoftirqd; /* kernel softirq daemon for this CPU */ member
82 ksoftirqd/%u
2406 t = per_cpu(ksoftirqd, cpu); in rcutorture_booster_init()
Completed in 24 milliseconds