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

Function dmu_init

freebsd/contrib/openzfs/module/zfs/dmu.c:2271–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271void
2272dmu_init(void)
2273{
2274 abd_init();
2275 zfs_dbgmsg_init();
2276 sa_cache_init();
2277 dmu_objset_init();
2278 dnode_init();
2279 zfetch_init();
2280 dmu_tx_init();
2281 l2arc_init();
2282 arc_init();
2283 dbuf_init();
2284}
2285
2286void
2287dmu_fini(void)

Callers 1

spa_initFunction · 0.85

Calls 10

sa_cache_initFunction · 0.85
dmu_objset_initFunction · 0.85
dnode_initFunction · 0.85
zfetch_initFunction · 0.85
dmu_tx_initFunction · 0.85
l2arc_initFunction · 0.85
arc_initFunction · 0.85
dbuf_initFunction · 0.85
abd_initFunction · 0.50
zfs_dbgmsg_initFunction · 0.50

Tested by

no test coverage detected