Searched refs:DELAY_SECS (Results 1 – 1 of 1) sorted by relevance
77 #define DELAY_SECS 3 macro550 if ((uint_t)(now - dinfo.timestamp) < DELAY_SECS) in delayed_responder()551 (void) sleep(DELAY_SECS - (now - dinfo.timestamp)); in delayed_responder()