Searched refs:sd_wu_mtx (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/
H A Dsoftraidvar.h584 struct mutex sd_wu_mtx; member in struct:sr_discipline
H A Dsoftraid.c2082 mtx_init(&sd->sd_wu_mtx, IPL_BIO);
2126 mtx_enter(&sd->sd_wu_mtx);
2132 mtx_leave(&sd->sd_wu_mtx);
2150 mtx_enter(&sd->sd_wu_mtx);
2153 mtx_leave(&sd->sd_wu_mtx);

Completed in 183 milliseconds