Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
void
324
cv_init(kcondvar_t *cv, char *name, int type, void *arg)
325
{
326
VERIFY0(pthread_cond_init(cv, NULL));
327
}
328
329
void
330
cv_destroy(kcondvar_t *cv)
Callers
15
taskq_create
Function · 0.70
zfs_dirent_lock
Function · 0.50
vdev_rebuild_thread
Function · 0.50
mmp_init
Function · 0.50
spa_config_lock_init
Function · 0.50
spa_add
Function · 0.50
spa_init
Function · 0.50
zrl_init
Function · 0.50
txg_init
Function · 0.50
metaslab_group_create
Function · 0.50
metaslab_init
Function · 0.50
dmu_recv_stream
Function · 0.50
Calls
no outgoing calls
Tested by
2
run_sweep
Function · 0.40
ztest_rll_init
Function · 0.40