Searched refs:init_struct_pid (Results 1 – 6 of 6) sorted by relevance
/linux/init/ |
A 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, 134 .thread_pid = &init_struct_pid,
|
/linux/include/linux/ |
A D | pid.h | 73 extern struct pid init_struct_pid;
|
/linux/kernel/ |
A D | fork.c | 2206 if (pid != &init_struct_pid) { in copy_process() 2428 if (pid != &init_struct_pid) in copy_process() 2486 init_task_pid(idle, type, &init_struct_pid); in init_idle_pids() 2497 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
|
A D | pid.c | 48 struct pid init_struct_pid = { variable
|
/linux/ |
A D | System.map | 130673 ffff800011de03f0 D init_struct_pid
|
A D | .tmp_System.map | 130673 ffff800011de03f0 D init_struct_pid
|
Completed in 328 milliseconds