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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c48 static unsigned nearest_rotate; variable
341 if (LESS(ld->next_rotate, nearest_rotate))
342 nearest_rotate = ld->next_rotate;
565 if (!tmaxflag || LESS(ld->next_rotate, nearest_rotate))
566 nearest_rotate = ld->next_rotate;
693 nearest_rotate = now + (45 * 60 + 45);
698 if (LESS(dir[i].next_rotate, nearest_rotate))
699 nearest_rotate = dir[i].next_rotate;
704 i = nearest_rotate - now;

Completed in 30 milliseconds