Searched refs:notify_pipe (Results 1 – 2 of 2) sorted by relevance
77 static int notify_pipe[2]; variable89 if (notify_pipe[0] != -1) in pselect_notify_setup()90 close(notify_pipe[0]); in pselect_notify_setup()91 if (notify_pipe[1] != -1) in pselect_notify_setup()92 close(notify_pipe[1]); in pselect_notify_setup()99 close(notify_pipe[0]); in pselect_notify_setup()100 close(notify_pipe[1]); in pselect_notify_setup()106 notify_pid, notify_pipe[0], notify_pipe[1]); in pselect_notify_setup()116 if (notify_pipe[1] != -1) in pselect_notify_parent()122 if (notify_pipe[0] != -1) in pselect_notify_prepare()[all …]
859 drop_connection(int sock, int startups, int notify_pipe) argument870 srclimit_check_allow(sock, notify_pipe) == 1) {