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

/freebsd-10.2-release/sys/dev/bvm/
H A Dbvm_console.c61 static struct callout_handle bvm_timeouthandle variable in typeref:struct:callout_handle
62 = CALLOUT_HANDLE_INITIALIZER(&bvm_timeouthandle);
123 bvm_timeouthandle = timeout(bvm_timeout, tp, polltime);
133 untimeout(bvm_timeout, tp, bvm_timeouthandle);
167 bvm_timeouthandle = timeout(bvm_timeout, tp, polltime);

Completed in 43 milliseconds