Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dfork.c2144 p->parent_exec_id = current->parent_exec_id; in copy_process()
2147 p->parent_exec_id = current->self_exec_id; in copy_process()
Dsignal.c1929 if (tsk->parent_exec_id != tsk->parent->self_exec_id) in do_notify_parent()
/Linux-v5.4/include/linux/
Dsched.h937 u32 parent_exec_id; member