Searched refs:kthreadd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kthread.h | 72 int kthreadd(void *unused);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kthread.h | 102 int kthreadd(void *unused);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kthread.c | 6 * Creation is done via kthreadd, so that we get a clean environment 40 /* Information passed to kthread() from kthreadd. */ 45 /* Result passed back to kthread_create() from kthreadd. */ 375 * the OOM killer while kthreadd is trying to allocate memory for in __kthread_create_on_node() 380 * If I was SIGKILLed before kthreadd (or new kernel thread) in __kthread_create_on_node() 387 * kthreadd (or new kernel thread) will call complete() in __kthread_create_on_node() 404 * root may have changed our (kthreadd's) priority or CPU mask. in __kthread_create_on_node() 651 int kthreadd(void *unused) in kthreadd() function 656 set_task_comm(tsk, "kthreadd"); in kthreadd()
|
/kernel/linux/linux-5.10/init/ |
H A D | main.c | 689 * we schedule it before we create kthreadd, will OOPS. in rest_init() 703 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init() 1491 * Wait until kthreadd is all set-up. in kernel_init_freeable()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kthread.c | 6 * Creation is done via kthreadd, so that we get a clean environment 40 /* Information passed to kthread() from kthreadd. */ 46 /* Result passed back to kthread_create() from kthreadd. */ 366 * The new thread inherited kthreadd's priority and CPU mask. Reset in kthread() 457 * the OOM killer while kthreadd is trying to allocate memory for in __kthread_create_on_node() 462 * If I was killed by a fatal signal before kthreadd (or new in __kthread_create_on_node() 469 * kthreadd (or new kernel thread) will call complete() in __kthread_create_on_node() 718 int kthreadd(void *unused) in kthreadd() function 723 set_task_comm(tsk, "kthreadd"); in kthreadd()
|
/kernel/linux/linux-6.6/init/ |
H A D | main.c | 694 * we schedule it before we create kthreadd, will OOPS. in rest_init() 709 pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES); in rest_init() 1438 * Wait until kthreadd is all set-up. in kernel_init()
|
Completed in 9 milliseconds