Searched refs:tc_count (Results 1 – 2 of 2) sorted by relevance
74 uint64_t tc_count[TXG_SIZE]; /* tx hold count on each txg */ member
302 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()