1KSOFTIRQD(9) Linux Programmer's Manual KSOFTIRQD(9)
2
3
4
6 ksoftirqd - Softirq daemon
7
9 ksoftirqd is a per-cpu kernel thread that runs when the machine is
10 under heavy soft-interrupt load. Soft interrupts are normally serviced
11 on return from a hard interrupt, but it's possible for soft interrupts
12 to be triggered more quickly than they can be serviced. If a soft
13 interrupt is triggered for a second time while soft interrupts are
14 being handled, the ksoftirq daemon is triggered to handle the soft
15 interrupts in process context. If ksoftirqd is taking more than a tiny
16 percentage of CPU time, this indicates the machine is under heavy soft
17 interrupt load.
18
20 ksoftirqd was introduced during the 2.3 development series as part of
21 the softnet work by Alexey Kuznetsov and David Miller.
22
23
24
25Linux 2.6.0 2003-08-24 KSOFTIRQD(9)