Searched refs:KEEP_OPEN_TIME (Results 1 – 1 of 1) sorted by relevance
4369 #define KEEP_OPEN_TIME 20 // msec macro4398 if (*towait < 0 || *towait > KEEP_OPEN_TIME) in channel_poll_setup()4399 *towait = KEEP_OPEN_TIME; in channel_poll_setup()4497 || tv->tv_usec > KEEP_OPEN_TIME * 1000) in channel_select_setup()4501 tv->tv_usec = KEEP_OPEN_TIME * 1000; in channel_select_setup()