Searched refs:sc_restart_diskqueue (Results 1 – 2 of 2) sorted by relevance
86 struct callout sc_restart_diskqueue; /* restart queue processing */ member
338 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()