Home
last modified time | relevance | path

Searched refs:FsThrottle (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.h22 typedef struct FsThrottle { struct
27 } FsThrottle; argument
29 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 *);
H A Dqemu-fsdev-throttle.c24 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()
H A Dfile-op-9p.h94 FsThrottle fst;
105 FsThrottle *fst;