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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dalarm.c90 struct timeval *next_run)
94 timersub(cand, tv, next_run);
97 next_run->tv_sec = 0;
98 next_run->tv_usec = 0;
100 return next_run;
106 get_next_alarm_run(struct timeval *next_run) argument
117 return calculate_next_run(&this->tv, &tv, next_run);
123 do_alarm_run(struct timeval *next_run) argument
149 return get_next_alarm_run(next_run);
88 calculate_next_run(struct timeval *cand, struct timeval *tv, struct timeval *next_run) argument

Completed in 32 milliseconds