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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h324 * has been freed but cannot be used by the pool until TXG_DEFER_SIZE
327 * TXG_DEFER_SIZE). This provides a safety net for uberblock rollback.
414 range_tree_t *ms_defer[TXG_DEFER_SIZE];
485 uint64_t ms_deferhist[TXG_DEFER_SIZE][SPACE_MAP_HISTOGRAM_SIZE];
H A Dtxg.h47 #define TXG_DEFER_SIZE 2 macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c96 txg_wait_synced(dp, dst.dst_txg + TXG_DEFER_SIZE);
H A Dmetaslab.c1544 * would not be added to the ms_allocatable tree until TXG_DEFER_SIZE
1565 for (int t = 0; t < TXG_DEFER_SIZE; t++) {
1961 for (int t = 0; t < TXG_DEFER_SIZE; t++)
2016 for (int t = 0; t < TXG_DEFER_SIZE; t++) {
2050 uint64_t hist_index = spa_syncing_txg(spa) % TXG_DEFER_SIZE;
2407 for (int t = 0; t < TXG_DEFER_SIZE; t++) {
2687 for (int t = 0; t < TXG_DEFER_SIZE; t++) {
2806 for (int t = 0; t < TXG_DEFER_SIZE; t++) {
3086 for (int t = 0; t < TXG_DEFER_SIZE; t++) {
3653 for (int t = 0; t < TXG_DEFER_SIZE;
[all...]
H A Dvdev_removal.c1696 for (int i = 0; i < TXG_DEFER_SIZE; i++)
1881 *txg + TXG_CONCURRENT_STATES + TXG_DEFER_SIZE, 0, FTAG);
2141 *txg + TXG_CONCURRENT_STATES + TXG_DEFER_SIZE, 0, FTAG);
2285 txg + TXG_CONCURRENT_STATES + TXG_DEFER_SIZE, 0, FTAG);
H A Dtxg.c272 txg_wait_synced(dp, tx->tx_open_txg + TXG_DEFER_SIZE);
704 txg = tx->tx_open_txg + TXG_DEFER_SIZE;
H A Dspa_misc.c1751 return (spa->spa_final_txg - TXG_DEFER_SIZE);
H A Dspa.c3507 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
5043 safe_rewind_txg = spa->spa_last_ubsync_txg - TXG_DEFER_SIZE;
6405 TXG_DEFER_SIZE + 1;

Completed in 212 milliseconds