Searched refs:inner_child_pid (Results 1 – 1 of 1) sorted by relevance
4224 pid_t inner_child_pid; in nspawn_dispatch_notify_fd() local4230 inner_child_pid = PTR_TO_PID(userdata); in nspawn_dispatch_notify_fd()4251 if (!ucred || ucred->pid != inner_child_pid) { in nspawn_dispatch_notify_fd()4279 static int setup_notify_parent(sd_event *event, int fd, pid_t *inner_child_pid, sd_event_source **n… in setup_notify_parent() argument4282 …_event_add_io(event, notify_event_source, fd, EPOLLIN, nspawn_dispatch_notify_fd, inner_child_pid); in setup_notify_parent()