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

/freebsd-12-stable/sys/dev/bvm/
H A Dbvm_console.c74 static void bvm_timeout(void *);
126 callout_reset(&bvm_timer, polltime, bvm_timeout, tp);
157 bvm_timeout(void *v) function
169 callout_reset(&bvm_timer, polltime, bvm_timeout, tp);

Completed in 43 milliseconds