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

Function cv_init

freebsd/contrib/openzfs/lib/libzpool/kernel.c:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 */
322
323void
324cv_init(kcondvar_t *cv, char *name, int type, void *arg)
325{
326 VERIFY0(pthread_cond_init(cv, NULL));
327}
328
329void
330cv_destroy(kcondvar_t *cv)

Callers 15

taskq_createFunction · 0.70
zfs_dirent_lockFunction · 0.50
vdev_rebuild_threadFunction · 0.50
mmp_initFunction · 0.50
spa_config_lock_initFunction · 0.50
spa_addFunction · 0.50
spa_initFunction · 0.50
zrl_initFunction · 0.50
txg_initFunction · 0.50
metaslab_group_createFunction · 0.50
metaslab_initFunction · 0.50
dmu_recv_streamFunction · 0.50

Calls

no outgoing calls

Tested by 2

run_sweepFunction · 0.40
ztest_rll_initFunction · 0.40