Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c81 kstat_named_t zfetchstat_io_active; member
103 aggsum_t zfetchstat_io_active; member
135 zs->zfetchstat_io_active.value.ui64 = in zfetch_kstats_update()
136 aggsum_value(&zfetch_sums.zfetchstat_io_active); in zfetch_kstats_update()
150 aggsum_init(&zfetch_sums.zfetchstat_io_active, 0); in zfetch_init()
178 ASSERT0(aggsum_value(&zfetch_sums.zfetchstat_io_active)); in zfetch_fini()
179 aggsum_fini(&zfetch_sums.zfetchstat_io_active); in zfetch_fini()
339 aggsum_add(&zfetch_sums.zfetchstat_io_active, -1); in dmu_zfetch_done()
624 aggsum_compare(&zfetch_sums.zfetchstat_io_active, in dmu_zfetch_prepare()
739 aggsum_add(&zfetch_sums.zfetchstat_io_active, issued); in dmu_zfetch_run()