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

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c84 struct iop_stats;
101 * Called to initialize the bits of the iop_stats structure relevant to the
104 typedef int l_init_t(struct iop_stats *);
109 typedef int l_tick_t(struct iop_stats *);
116 typedef int l_iop_t(struct iop_stats *, struct bio *);
125 typedef int l_iodone_t(struct iop_stats *, struct bio *);
179 struct iop_stats struct
263 struct iop_stats read_stats, write_stats, trim_stats;
281 cam_iosched_limiter_init(struct iop_stats *ios)
296 cam_iosched_limiter_tick(struct iop_stats *io
[all...]

Completed in 94 milliseconds