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

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.h38 struct cam_iosched_softc;
44 int cam_iosched_init(struct cam_iosched_softc **, struct cam_periph *periph);
45 void cam_iosched_fini(struct cam_iosched_softc *);
46 void cam_iosched_sysctl_init(struct cam_iosched_softc *, struct sysctl_ctx_list *, struct sysctl_oid *);
47 struct bio *cam_iosched_next_trim(struct cam_iosched_softc *isc);
48 struct bio *cam_iosched_get_trim(struct cam_iosched_softc *isc);
49 struct bio *cam_iosched_next_bio(struct cam_iosched_softc *isc);
50 void cam_iosched_queue_work(struct cam_iosched_softc *isc, struct bio *bp);
51 void cam_iosched_flush(struct cam_iosched_softc *isc, struct devstat *stp, int err);
52 void cam_iosched_schedule(struct cam_iosched_softc *is
[all...]
H A Dcam_iosched.c85 struct cam_iosched_softc;
216 struct cam_iosched_softc *softc;
245 struct cam_iosched_softc *softc;
250 struct cam_iosched_softc struct
510 struct cam_iosched_softc *isc = arg;
533 cam_iosched_cl_init(struct control_loop *clp, struct cam_iosched_softc *isc)
548 struct cam_iosched_softc *isc;
633 cam_iosched_io_metric_update(struct cam_iosched_softc *isc,
638 cam_iosched_has_flagged_work(struct cam_iosched_softc *isc)
644 cam_iosched_has_io(struct cam_iosched_softc *is
[all...]
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_da.c101 struct cam_iosched_softc *cam_iosched;
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c222 struct cam_iosched_softc *cam_iosched;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c298 struct cam_iosched_softc *cam_iosched;

Completed in 194 milliseconds