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