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

/freebsd-13-stable/sys/net/route/
H A Dfib_algo.c500 schedule_callout(struct fib_data *fd, enum fib_callout_action action, int delay_ms) function
526 schedule_callout(fd, FDA_REBUILD, callout_calc_delay_ms(fd));
634 schedule_callout(fd, action, delay_ms);
653 schedule_callout(fd, FDA_EVAL, ALGO_EVAL_DELAY_MS);
657 schedule_callout(fd, FDA_EVAL, 1);

Completed in 62 milliseconds