Searched refs:kthreadd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkthread.h35 int kthreadd(void *unused);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkthread.c4 * Creation is done via kthreadd, so that we get a clean environment
27 /* Information passed to kthread() from kthreadd. */
31 /* Result passed back to kthread_create() from kthreadd. */
159 * root may have changed our (kthreadd's) priority or CPU mask.
231 int kthreadd(void *unused) function
236 set_task_comm(tsk, "kthreadd");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dmain.c434 * we schedule it before we create kthreadd, will OOPS.
438 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES);
862 * Wait until kthreadd is all set-up.

Completed in 55 milliseconds