Home
last modified time | relevance | path

Searched refs:init_struct_pid (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpid.h77 extern struct pid init_struct_pid;
/linux/kernel/
H A Dfork.c2190 if (pid != &init_struct_pid) { in copy_process()
2442 if (pid != &init_struct_pid) in copy_process()
2503 init_task_pid(idle, type, &init_struct_pid); in init_idle_pids()
2524 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
H A Dpid.c50 struct pid init_struct_pid = { variable