ksoftirqd         203 arch/ia64/include/asm/processor.h 	struct task_struct *ksoftirqd;	/* kernel softirq daemon for this CPU */
ksoftirqd         565 include/linux/interrupt.h DECLARE_PER_CPU(struct task_struct *, ksoftirqd);
ksoftirqd         569 include/linux/interrupt.h 	return this_cpu_read(ksoftirqd);
ksoftirqd          57 kernel/softirq.c DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
ksoftirqd          73 kernel/softirq.c 	struct task_struct *tsk = __this_cpu_read(ksoftirqd);
ksoftirqd          87 kernel/softirq.c 	struct task_struct *tsk = __this_cpu_read(ksoftirqd);
ksoftirqd         304 kernel/softirq.c 	if (__this_cpu_read(ksoftirqd) == current)
ksoftirqd         674 kernel/softirq.c 	.store			= &ksoftirqd,