Searched refs:init_struct_pid (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/init/ |
D | init_task.c | 41 [PIDTYPE_PID] = &init_struct_pid, 42 [PIDTYPE_TGID] = &init_struct_pid, 43 [PIDTYPE_PGID] = &init_struct_pid, 44 [PIDTYPE_SID] = &init_struct_pid, 144 .thread_pid = &init_struct_pid,
|
/linux-6.14.4/include/linux/ |
D | pid.h | 73 extern struct pid init_struct_pid;
|
/linux-6.14.4/kernel/ |
D | fork.c | 2422 if (pid != &init_struct_pid) { in copy_process() 2656 if (pid != &init_struct_pid) in copy_process() 2717 init_task_pid(idle, type, &init_struct_pid); in init_idle_pids() 2738 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
|
D | pid.c | 50 struct pid init_struct_pid = { variable
|