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

/netgear-R7000-V1.0.7.12_1.2.5/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.c497 struct timeval small_interval = { 0, g_granularity/2 }; local
507 /* subsequent events that will expire very soon thereafter (within 'small_interval'}. */
586 } while (event_queue && timercmp(&event_queue->it_value, &small_interval, <));

Completed in 62 milliseconds