Home
last modified time | relevance | path

Searched refs:tc_count (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c302 tc->tc_count[txg & TXG_MASK]++; in txg_hold_open()
338 ASSERT(tc->tc_count[g] != 0); in txg_rele_to_sync()
339 if (--tc->tc_count[g] == 0) in txg_rele_to_sync()
385 while (tc->tc_count[g] != 0) in txg_quiesce()