Home
last modified time | relevance | path

Searched refs:is_child_reaper (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpid.h158 * is_child_reaper returns true if the pid is the init process
163 static inline bool is_child_reaper(struct pid *pid) in is_child_reaper() function
/linux/kernel/
H A Dfork.c2377 if (is_child_reaper(pid)) { in copy_process()