* kernel thread ?
@ 2007-06-19 20:55 Mark Hounschell
2007-06-20 2:04 ` Rajat Jain
0 siblings, 1 reply; 2+ messages in thread
From: Mark Hounschell @ 2007-06-19 20:55 UTC (permalink / raw)
To: linux-newbie
Can someone point me to documentation on what exactly all these
kernel threads are.
[migration/0]
[ksoftirqd/0]
[migration/1]
[ksoftirqd/1]
[events/0]
[events/1]
[khelper]
[kthread]
[kblockd/0]
[kblockd/1]
[kacpid]
[cqueue/0]
[cqueue/1]
[kseriod]
[pdflush]
[pdflush]
[kswapd0]
[aio/0]
[aio/1]
[kpsmoused]
[scsi_eh_0]
[scsi_eh_1]
Thanks in advance
Mark
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: kernel thread ?
2007-06-19 20:55 kernel thread ? Mark Hounschell
@ 2007-06-20 2:04 ` Rajat Jain
0 siblings, 0 replies; 2+ messages in thread
From: Rajat Jain @ 2007-06-20 2:04 UTC (permalink / raw)
To: markh; +Cc: linux-newbie
I know some of them.
> [migration/0]
Per CPU threads to migrate processes between processors.
> [ksoftirqd/0]
Per CPU threads to execute softirqs & tasklets (bottom half
mechanisms), if they are not executed upon return of interrupt.
> [migration/1]
> [ksoftirqd/1]
> [events/0]
> [events/1]
> [khelper]
> [kthread]
> [kblockd/0]
> [kblockd/1]
> [kacpid]
> [cqueue/0]
> [cqueue/1]
> [kseriod]
> [pdflush]
> [pdflush]
Thread to periodically flush dirty pages from page cache to the disk
> [kswapd0]
The swapper thread.
> [aio/0]
> [aio/1]
> [kpsmoused]
> [scsi_eh_0]
> [scsi_eh_1]
>
SCSI error handler thread.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-20 2:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-19 20:55 kernel thread ? Mark Hounschell
2007-06-20 2:04 ` Rajat Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox