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

/freebsd-current/sys/net/route/
H A Dfib_algo.c499 schedule_callout(struct fib_data *fd, enum fib_callout_action action, int delay_ms) function
525 schedule_callout(fd, FDA_REBUILD, callout_calc_delay_ms(fd));
633 schedule_callout(fd, action, delay_ms);
652 schedule_callout(fd, FDA_EVAL, ALGO_EVAL_DELAY_MS);
656 schedule_callout(fd, FDA_EVAL, 1);

Completed in 103 milliseconds