Searched refs:init_struct_pid (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/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, 133 .thread_pid = &init_struct_pid,
|
/Linux-v5.10/include/linux/ |
D | pid.h | 73 extern struct pid init_struct_pid;
|
/Linux-v5.10/kernel/ |
D | fork.c | 2110 if (pid != &init_struct_pid) { in copy_process() 2324 if (pid != &init_struct_pid) in copy_process() 2382 init_task_pid(idle, type, &init_struct_pid); in init_idle_pids() 2393 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
|
D | pid.c | 48 struct pid init_struct_pid = { variable
|