Searched refs:FsThrottle (Results 1 – 3 of 3) sorted by relevance
22 typedef struct FsThrottle { struct27 } FsThrottle; argument29 int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);31 void fsdev_throttle_init(FsThrottle *);33 void coroutine_fn fsdev_co_throttle_request(FsThrottle *, ThrottleDirection ,36 void fsdev_throttle_cleanup(FsThrottle *);
24 FsThrottle *fst = opaque; in fsdev_throttle_read_timer_cb()30 FsThrottle *fst = opaque; in fsdev_throttle_write_timer_cb()34 int fsdev_throttle_parse_opts(QemuOpts *opts, FsThrottle *fst, Error **errp) in fsdev_throttle_parse_opts()81 void fsdev_throttle_init(FsThrottle *fst) in fsdev_throttle_init()97 void coroutine_fn fsdev_co_throttle_request(FsThrottle *fst, in fsdev_co_throttle_request()117 void fsdev_throttle_cleanup(FsThrottle *fst) in fsdev_throttle_cleanup()
94 FsThrottle fst;105 FsThrottle *fst;