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

Function ztest_rll_init

freebsd/contrib/openzfs/cmd/ztest/ztest.c:1476–1483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474}
1475
1476static void
1477ztest_rll_init(rll_t *rll)
1478{
1479 rll->rll_writer = NULL;
1480 rll->rll_readers = 0;
1481 mutex_init(&rll->rll_lock, NULL, MUTEX_DEFAULT, NULL);
1482 cv_init(&rll->rll_cv, NULL, CV_DEFAULT, NULL);
1483}
1484
1485static void
1486ztest_rll_destroy(rll_t *rll)

Callers 1

ztest_zd_initFunction · 0.85

Calls 2

mutex_initFunction · 0.50
cv_initFunction · 0.50

Tested by

no test coverage detected