OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_restart_diskqueue
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
wdvar.h
85
struct callout
sc_restart_diskqueue
; /* restart queue processing */
member in struct:wd_softc
wd.c
339
callout_init(&wd->
sc_restart_diskqueue
, 0); /* XXX MPSAFE */
575
callout_halt(&wd->
sc_restart_diskqueue
, &wd->sc_lock);
576
callout_destroy(&wd->
sc_restart_diskqueue
);
856
if (!callout_pending(&wd->
sc_restart_diskqueue
)) {
857
callout_reset(&wd->
sc_restart_diskqueue
, ticks,
Completed in 13 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025