Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ata/
H A Dwdvar.h86 struct callout sc_restart_diskqueue; /* restart queue processing */ member
H A Dwd.c338 callout_init(&wd->sc_restart_diskqueue, 0); /* XXX MPSAFE */ in wdattach()
578 callout_halt(&wd->sc_restart_diskqueue, &wd->sc_lock); in wddetach()
579 callout_destroy(&wd->sc_restart_diskqueue); in wddetach()
859 if (!callout_pending(&wd->sc_restart_diskqueue)) { in wd_diskstart()
860 callout_reset(&wd->sc_restart_diskqueue, ticks, in wd_diskstart()