Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdsl_scan.c304 uint64_t q_inflight_bytes; member
4068 ASSERT3U(queue->q_inflight_bytes, >=, BP_GET_PSIZE(bp)); in dsl_scan_scrub_done()
4069 queue->q_inflight_bytes -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()
4110 while (queue->q_inflight_bytes >= queue->q_maxinflight_bytes) in scan_exec_io()
4112 queue->q_inflight_bytes += BP_GET_PSIZE(bp); in scan_exec_io()