Searched refs:pid (Results 1 – 2 of 2) sorted by relevance
670 int pid; in rest_init() local678 pid = kernel_thread(kernel_init, NULL, CLONE_FS); in rest_init()685 tsk = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init()690 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); in rest_init()692 kthreadd_task = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init()
1099 bool "Include legacy /proc/<pid>/cpuset file"1164 or same user id or pid may refer to different tasks when used in1211 processes with the same pid as long as they are in different1212 pid namespaces. This is a building block of containers.