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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h403 uint64_t ms_allocated_this_txg; member in struct:metaslab
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1993 ASSERT3U(allocating + msp->ms_allocated_this_txg, ==,
4268 ASSERT0(msp->ms_allocated_this_txg);
4273 msp->ms_allocated_this_txg += range_tree_space(alloctree);
4337 VERIFY0(msp->ms_allocated_this_txg);
4354 alloc_delta = msp->ms_allocated_this_txg -
4444 msp->ms_allocating_total -= msp->ms_allocated_this_txg;
4445 msp->ms_allocated_this_txg = 0;

Completed in 118 milliseconds