kernel thread ?
am 19.06.2007 22:55:48 von Mark Hounschell
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
Re: kernel thread ?
am 20.06.2007 04:04:47 von Rajat Jain
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