Home
last modified time | relevance | path

Searched refs:DMU_TX_STAT_BUMP (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c270 DMU_TX_STAT_BUMP(dmu_tx_memory_reclaim); in arc_memory_throttle()
279 DMU_TX_STAT_BUMP(dmu_tx_memory_reclaim); in arc_memory_throttle()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c863 DMU_TX_STAT_BUMP(dmu_tx_error); in dmu_tx_try_assign()
868 DMU_TX_STAT_BUMP(dmu_tx_suspended); in dmu_tx_try_assign()
889 DMU_TX_STAT_BUMP(dmu_tx_dirty_delay); in dmu_tx_try_assign()
931 DMU_TX_STAT_BUMP(dmu_tx_group); in dmu_tx_try_assign()
956 DMU_TX_STAT_BUMP(dmu_tx_assigned); in dmu_tx_try_assign()
1067 DMU_TX_STAT_BUMP(dmu_tx_dirty_over_max); in dmu_tx_wait()
H A Dtxg.c667 DMU_TX_STAT_BUMP(dmu_tx_delay); in txg_delay()
H A Ddsl_dir.c1299 DMU_TX_STAT_BUMP(dmu_tx_quota); in dsl_dir_tempreserve_impl()
1350 DMU_TX_STAT_BUMP(dmu_tx_quota); in dsl_dir_tempreserve_impl()
H A Ddmu.c877 DMU_TX_STAT_BUMP(dmu_tx_dirty_frees_delay); in dmu_free_long_range_impl()
H A Darc.c7167 DMU_TX_STAT_BUMP(dmu_tx_memory_reserve); in arc_tempreserve_space()
7224 DMU_TX_STAT_BUMP(dmu_tx_dirty_throttle); in arc_tempreserve_space()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_tx.h135 #define DMU_TX_STAT_BUMP(stat) \ macro