Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/
H A Dsoftraidvar.h561 int sd_sync; member
H A Dsoftraid.c2299 if (sd->sd_sync && sd->sd_wu_pending == 0) in sr_scsi_wu_put()
2313 if (sd->sd_sync && sd->sd_wu_pending == 0) in sr_scsi_done()
3904 while (sd->sd_sync || sd->sd_must_flush) { in sr_discipline_shutdown()
3905 ret = tsleep_nsec(&sd->sd_sync, MAXPRI, "sr_down", in sr_discipline_shutdown()
4145 sd->sd_sync = 1; in sr_raid_sync()
4155 sd->sd_sync = 0; in sr_raid_sync()
4158 wakeup(&sd->sd_sync); in sr_raid_sync()