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

/freebsd-12-stable/sys/dev/bvm/
H A Dbvm_console.c63 static struct callout bvm_timer; variable in typeref:struct:callout
115 callout_init_mtx(&bvm_timer, tty_getlock(tp), 0);
126 callout_reset(&bvm_timer, polltime, bvm_timeout, tp);
136 callout_stop(&bvm_timer);
169 callout_reset(&bvm_timer, polltime, bvm_timeout, tp);

Completed in 158 milliseconds