Searched refs:schedule_callout (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 499 schedule_callout(struct fib_data *fd, enum fib_callout_action action, int delay_ms) in schedule_callout() function 525 schedule_callout(fd, FDA_REBUILD, callout_calc_delay_ms(fd)); in schedule_fd_rebuild() 633 schedule_callout(fd, action, delay_ms); in update_rebuild_delay() 652 schedule_callout(fd, FDA_EVAL, ALGO_EVAL_DELAY_MS); in update_algo_state() 656 schedule_callout(fd, FDA_EVAL, 1); in update_algo_state()
|