Searched refs:kthreadd (Results 1 – 3 of 3) sorted by relevance
124 int kthreadd(void *unused);
725 * we schedule it before we create kthreadd, will OOPS. in rest_init() 740 pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES); in rest_init() 1589 * Wait until kthreadd is all set-up. in kernel_init()
787 int kthreadd(void *unused) in kthreadd() function