Searched refs:small_interval (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c493 struct timeval small_interval = { 0, g_granularity/2 }; local
503 /* subsequent events that will expire very soon thereafter (within 'small_interval'}. */
577 } while (event_queue && timercmp(&event_queue->it_value, &small_interval, <));
H A Dlinux_timer.c495 struct timeval small_interval = { 0, g_granularity/2 }; local
505 /* subsequent events that will expire very soon thereafter (within 'small_interval'}. */
584 } while (event_queue && timercmp(&event_queue->it_value, &small_interval, <));

Completed in 48 milliseconds