Searched refs:nd6_fast_timer_on (Results 1 – 1 of 1) sorted by relevance
194 static boolean_t nd6_fast_timer_on = FALSE; variable1796 if (arg == &nd6_fast_timer_on) { in nd6_timeout()1797 nd6_fast_timer_on = FALSE; in nd6_timeout()1842 nd6_fast_timer_on = TRUE; in nd6_sched_timeout()1843 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()1850 nd6_fast_timer_on = FALSE; in nd6_sched_timeout()1857 nd6_fast_timer_on == FALSE) { in nd6_sched_timeout()1862 nd6_fast_timer_on = TRUE; in nd6_sched_timeout()1865 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()1870 __func__, nd6_timeout_run, nd6_fast_timer_on, in nd6_sched_timeout()[all …]