Searched refs:not_responding_count (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c116 static int not_responding_count = 0; variable
673 if (not_responding_count++ >= NOT_RESPONDING_HYSTERESIS) {
674 not_responding_count = NOT_RESPONDING_HYSTERESIS;
913 if (not_responding_count >= NOT_RESPONDING_HYSTERESIS) {
914 not_responding_count = 0;

Completed in 134 milliseconds