Home
last modified time | relevance | path

Searched refs:ksoftirqd (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-tools/tracing/
H A DREADME.md51 … sh-1866 [000] dn.. 201821.030000: sched_waking: comm=ksoftirqd/0 pid=6 prio=120 target_cpu=000
52 … sh-1866 [000] dn.. 201821.030000: sched_wakeup: comm=ksoftirqd/0 pid=6 prio=120 target_cpu=000
54 …h: prev_comm=rngd prev_pid=987 prev_prio=120 prev_state=S ==> next_comm=ksoftirqd/0 next_pid=6 nex…
55ksoftirqd/0-6 [000] d... 201821.030000: sched_switch: prev_comm=ksoftirqd/0 prev_pid=6 prev_pr…
/openbmc/linux/kernel/
H A Dsoftirq.c61 DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
77 struct task_struct *tsk = __this_cpu_read(ksoftirqd); in wakeup_softirqd()
420 if (!force_irqthreads() || !__this_cpu_read(ksoftirqd)) { in invoke_softirq()
964 .store = &ksoftirqd,
/openbmc/linux/include/linux/
H A Dinterrupt.h612 DECLARE_PER_CPU(struct task_struct *, ksoftirqd);
616 return this_cpu_read(ksoftirqd); in this_cpu_ksoftirqd()
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h203 struct task_struct *ksoftirqd; /* kernel softirq daemon for this CPU */ member
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst82 ksoftirqd/%u
/openbmc/linux/kernel/rcu/
H A Drcutorture.c2408 t = per_cpu(ksoftirqd, cpu); in rcutorture_booster_init()