MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ztest_range_unlock

Function ztest_range_unlock

freebsd/contrib/openzfs/cmd/ztest/ztest.c:1567–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565}
1566
1567static void
1568ztest_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
1577static void
1578ztest_zd_init(ztest_ds_t *zd, ztest_shared_ds_t *szd, objset_t *os)

Callers 4

ztest_replay_writeFunction · 0.85
ztest_replay_truncateFunction · 0.85
ztest_get_doneFunction · 0.85
ztest_preallocFunction · 0.85

Calls 2

ztest_rll_unlockFunction · 0.85
umem_freeFunction · 0.85

Tested by

no test coverage detected