Searched refs:next_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.c80 unsigned next_rotate; member in struct:logdir
339 if (ld->rotate_period && LESS(ld->next_rotate, now)) {
340 ld->next_rotate = now + ld->rotate_period;
341 if (LESS(ld->next_rotate, nearest_rotate))
342 nearest_rotate = ld->next_rotate;
564 ld->next_rotate = now + ld->rotate_period;
565 if (!tmaxflag || LESS(ld->next_rotate, nearest_rotate))
566 nearest_rotate = ld->next_rotate;
696 if (LESS(dir[i].next_rotate, now))
698 if (LESS(dir[i].next_rotate, nearest_rotat
[all...]

Completed in 101 milliseconds