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

Function zrl_destroy

freebsd/contrib/openzfs/module/zfs/zrlock.c:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void
64zrl_destroy(zrlock_t *zrl)
65{
66 ASSERT0(zrl->zr_refcount);
67
68 mutex_destroy(&zrl->zr_mtx);
69 zrl->zr_refcount = ZRL_DESTROYED;
70 cv_destroy(&zrl->zr_cv);
71}
72
73void
74zrl_add_impl(zrlock_t *zrl, const char *zc)

Callers 3

dnode_special_closeFunction · 0.85
dnode_buf_evict_asyncFunction · 0.85
dnode_hold_implFunction · 0.85

Calls 2

mutex_destroyFunction · 0.85
cv_destroyFunction · 0.50

Tested by

no test coverage detected