Searched refs:init_struct_pid (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/init/ |
D | init_task.c | 40 [PIDTYPE_PID] = &init_struct_pid, 41 [PIDTYPE_TGID] = &init_struct_pid, 42 [PIDTYPE_PGID] = &init_struct_pid, 43 [PIDTYPE_SID] = &init_struct_pid, 143 .thread_pid = &init_struct_pid,
|
/linux-6.12.1/include/linux/ |
D | pid.h | 71 extern struct pid init_struct_pid;
|
/linux-6.12.1/kernel/ |
D | fork.c | 2389 if (pid != &init_struct_pid) { in copy_process() 2623 if (pid != &init_struct_pid) in copy_process() 2684 init_task_pid(idle, type, &init_struct_pid); in init_idle_pids() 2705 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
|
D | pid.c | 49 struct pid init_struct_pid = { variable
|