kthreadd
int kthreadd(void *unused);
pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES);