Searched refs:init_struct_pid (Results 1 – 4 of 4) sorted by relevance
| /linux/init/ |
| H A D | init_task.c | 44 [PIDTYPE_PID] = &init_struct_pid, 45 [PIDTYPE_TGID] = &init_struct_pid, 46 [PIDTYPE_PGID] = &init_struct_pid, 47 [PIDTYPE_SID] = &init_struct_pid, 173 .thread_pid = &init_struct_pid,
|
| /linux/include/linux/ |
| H A D | pid.h | 77 extern struct pid init_struct_pid;
|
| /linux/kernel/ |
| H A D | fork.c | 2238 if (pid != &init_struct_pid) { in copy_process() 2490 if (pid != &init_struct_pid) in copy_process() 2553 init_task_pid(idle, type, &init_struct_pid); in init_idle_pids() 2574 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
|
| H A D | pid.c | 49 struct pid init_struct_pid = { variable
|