Searched refs:init_struct_pid (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/init/ |
D | init_task.c | 38 [PIDTYPE_PID] = &init_struct_pid, 39 [PIDTYPE_TGID] = &init_struct_pid, 40 [PIDTYPE_PGID] = &init_struct_pid, 41 [PIDTYPE_SID] = &init_struct_pid, 121 .thread_pid = &init_struct_pid,
|
/Linux-v4.19/include/linux/ |
D | pid.h | 67 extern struct pid init_struct_pid;
|
/Linux-v4.19/kernel/ |
D | pid.c | 44 struct pid init_struct_pid = { variable
|
D | fork.c | 1882 if (pid != &init_struct_pid) { in copy_process() 2056 if (pid != &init_struct_pid) in copy_process() 2112 init_task_pid(idle, type, &init_struct_pid); in init_idle_pids() 2119 task = copy_process(CLONE_VM, 0, 0, NULL, &init_struct_pid, 0, 0, in fork_idle()
|