| 1565 | } |
| 1566 | |
| 1567 | static void |
| 1568 | ztest_range_unlock(rl_t *rl) |
| 1569 | { |
| 1570 | rll_t *rll = rl->rl_lock; |
| 1571 | |
| 1572 | ztest_rll_unlock(rll); |
| 1573 | |
| 1574 | umem_free(rl, sizeof (*rl)); |
| 1575 | } |
| 1576 | |
| 1577 | static void |
| 1578 | ztest_zd_init(ztest_ds_t *zd, ztest_shared_ds_t *szd, objset_t *os) |
no test coverage detected