Searched refs:q_inflight_bytes (Results 1 – 1 of 1) sorted by relevance
305 uint64_t q_inflight_bytes; member3909 ASSERT3U(queue->q_inflight_bytes, >=, BP_GET_PSIZE(bp)); in dsl_scan_scrub_done()3910 queue->q_inflight_bytes -= BP_GET_PSIZE(bp); in dsl_scan_scrub_done()3947 while (queue->q_inflight_bytes >= queue->q_maxinflight_bytes) in scan_exec_io()3949 queue->q_inflight_bytes += BP_GET_PSIZE(bp); in scan_exec_io()