Searched refs:rll_writer (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c318 void *rll_writer; member in struct:rll
1613 rll->rll_writer = NULL;
1622 ASSERT3P(rll->rll_writer, ==, NULL);
1634 while (rll->rll_writer != NULL)
1638 while (rll->rll_writer != NULL || rll->rll_readers)
1640 rll->rll_writer = curthread;
1651 if (rll->rll_writer) {
1653 rll->rll_writer = NULL;
1656 ASSERT3P(rll->rll_writer, ==, NULL);
1660 if (rll->rll_writer
[all...]

Completed in 108 milliseconds