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

/freebsd-11-stable/sbin/hastd/
H A Dprimary.c83 refcnt_t hio_countdown; member in struct:hio
147 * decreased hio_countdown from 1 to 0).
479 refcnt_init(&hio->hio_countdown, 0);
1372 refcnt_init(&hio->hio_countdown, ncomps);
1486 if (refcnt_release(&hio->hio_countdown) > 0)
1664 if (refcnt_release(&hio->hio_countdown) > 0)
1687 if (refcnt_release(&hio->hio_countdown) > 0)
1843 if (refcnt_release(&hio->hio_countdown) > 0)
2133 refcnt_init(&hio->hio_countdown, 1);
2183 refcnt_init(&hio->hio_countdown,
[all...]

Completed in 125 milliseconds