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

Function ddt_exit

freebsd/contrib/openzfs/module/zfs/ddt.c:609–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609void
610ddt_exit(ddt_t *ddt)
611{
612 mutex_exit(&ddt->ddt_lock);
613}
614
615void
616ddt_init(void)

Callers 10

ddt_lookupFunction · 0.85
ddt_repair_doneFunction · 0.85
ddt_repair_tableFunction · 0.85
zio_ddt_collisionFunction · 0.85
zio_ddt_child_write_doneFunction · 0.85
zio_ddt_writeFunction · 0.85
zio_ddt_freeFunction · 0.85
zdb_count_blockFunction · 0.85
zdb_ddt_leak_initFunction · 0.85

Calls 1

mutex_exitFunction · 0.85

Tested by

no test coverage detected