Home
last modified time | relevance | path

Searched refs:scrn_timer_ch (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDsyscons.h225 struct callout scrn_timer_ch; member
HDsyscons.c595 callout_init_mp(&sc->scrn_timer_ch); in sc_attach_unit()
2145 callout_reset(&sc->scrn_timer_ch, hz / 10, scrn_timer, sc); in scrn_timer()
2175 callout_reset(&sc->scrn_timer_ch, hz / 10, scrn_timer, sc); in scrn_timer()
2206 callout_reset(&sc->scrn_timer_ch, hz / 10, scrn_timer, sc); in scrn_timer()
2224 callout_reset(&sc->scrn_timer_ch, hz / 25, scrn_timer, sc); in scrn_timer()