[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: `kpiod' !?



El martes 05 de octubre de 1999 a la(s) 21:44:30 +0200, benjamin contaba:
>
>> Cosme Perea Cuevas wrote:
>> > Hola,
>> > veo al hacer `ps aux' un demonio  que no me suena de nada y no
>> > encuentro página  man, ejecutable,  o algo  que me  aclare que
>> > hace,

>Pues me uno a la pregunta:

         Es un thread del núcleo.

>~> locate kpio
>~> dpkg -S kpio
>~> findex slink kpio
>~> apt-cache search kpio

$ rgrep kpiod /usr/src/linux/*

         De init/main.c:

/* Launch bdflush from here, instead of the old syscall way. */
kernel_thread(bdflush, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND);
kernel_thread(kupdate, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND);
/* Start the background pageout daemon. */
kswapd_setup();
kernel_thread(kpiod, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND);
               ^^^
kernel_thread(kswapd, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND);


-- 
 Just do it.

David Serrano <ctv.es@fserrano>  http://www.ctv.es/USERS/fserrano
In love with TuX - Linux 2.2.12    Linux Registered User #87069


Reply to: