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

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c263 struct iop_stats read_stats, write_stats, trim_stats; member in struct:cam_iosched_softc
522 cam_iosched_limiter_tick(&isc->read_stats);
563 isc->read_stats.current = isc->read_stats.max;
569 lat = isc->read_stats.ema;
596 if (lat < clp->lolat || isc->read_stats.total - clp->last_count < 10)
602 clp->last_count = isc->read_stats.total;
653 cam_iosched_limiter_caniop(&isc->read_stats, rbp) == 0;
656 printf("can read %d: read_stats.pending %d max_reads %d\n", can_read, isc->read_stats
[all...]

Completed in 113 milliseconds