Lines Matching refs:pollfail
54 #define RESP 1 /* pollfail via no response to sanity poll */
55 #define DEATH 2 /* pollfail via child death */
75 void pollfail(struct sactab *, int);
782 pollfail(sp, RESP);
853 /* only call pollfail for "stuck" and stopping processes */
855 pollfail(sp, DEATH);
860 * pollfail - handle the case where a PM stops responding to a sanity poll
864 * reason - RESP or DEATH (indicates why pollfail called)
869 pollfail(struct sactab *sp, int reason)
876 debug("in pollfail");