Lines Matching refs:iop_stats

146 struct iop_stats;
166 typedef int l_init_t(struct iop_stats *);
171 typedef int l_tick_t(struct iop_stats *);
178 typedef int l_iop_t(struct iop_stats *, struct bio *);
187 typedef int l_iodone_t(struct iop_stats *, struct bio *);
240 struct iop_stats { struct
335 struct iop_stats read_stats, write_stats, trim_stats;
356 cam_iosched_limiter_init(struct iop_stats *ios) in cam_iosched_limiter_init()
371 cam_iosched_limiter_tick(struct iop_stats *ios) in cam_iosched_limiter_tick()
386 cam_iosched_limiter_iop(struct iop_stats *ios, struct bio *bp) in cam_iosched_limiter_iop()
401 cam_iosched_limiter_caniop(struct iop_stats *ios, struct bio *bp) in cam_iosched_limiter_caniop()
416 cam_iosched_limiter_iodone(struct iop_stats *ios, struct bio *bp) in cam_iosched_limiter_iodone()
435 cam_iosched_qd_iop(struct iop_stats *ios, struct bio *bp) in cam_iosched_qd_iop()
445 cam_iosched_qd_caniop(struct iop_stats *ios, struct bio *bp) in cam_iosched_qd_caniop()
455 cam_iosched_qd_iodone(struct iop_stats *ios, struct bio *bp) in cam_iosched_qd_iodone()
465 cam_iosched_iops_init(struct iop_stats *ios) in cam_iosched_iops_init()
477 cam_iosched_iops_tick(struct iop_stats *ios) in cam_iosched_iops_tick()
507 cam_iosched_iops_caniop(struct iop_stats *ios, struct bio *bp) in cam_iosched_iops_caniop()
521 cam_iosched_iops_iop(struct iop_stats *ios, struct bio *bp) in cam_iosched_iops_iop()
533 cam_iosched_bw_init(struct iop_stats *ios) in cam_iosched_bw_init()
543 cam_iosched_bw_tick(struct iop_stats *ios) in cam_iosched_bw_tick()
566 cam_iosched_bw_caniop(struct iop_stats *ios, struct bio *bp) in cam_iosched_bw_caniop()
592 cam_iosched_bw_iop(struct iop_stats *ios, struct bio *bp) in cam_iosched_bw_iop()
852 cam_iosched_iop_stats_init(struct cam_iosched_softc *isc, struct iop_stats *ios) in cam_iosched_iop_stats_init()
875 struct iop_stats *ios; in cam_iosched_limiter_sysctl()
1013 cam_iosched_iop_stats_sysctl_init(struct cam_iosched_softc *isc, struct iop_stats *ios, char *name) in cam_iosched_iop_stats_sysctl_init()
1099 cam_iosched_iop_stats_fini(struct iop_stats *ios) in cam_iosched_iop_stats_fini()
1542 cam_iosched_rate_limited(struct iop_stats *ios) in cam_iosched_rate_limited()
1936 cam_iosched_devctl_outlier(struct iop_stats *iop, sbintime_t sim_latency, in cam_iosched_devctl_outlier()
1960 cam_iosched_update(struct iop_stats *iop, sbintime_t sim_latency, in cam_iosched_update()