Home
last modified time | relevance | path

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

/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.h33 void coroutine_fn fsdev_co_throttle_request(FsThrottle *, ThrottleDirection ,
H A Dqemu-fsdev-throttle.c97 void coroutine_fn fsdev_co_throttle_request(FsThrottle *fst, in fsdev_co_throttle_request() function
/openbmc/qemu/hw/9pfs/
H A Dcofile.c255 fsdev_co_throttle_request(s->ctx.fst, THROTTLE_WRITE, iov, iovcnt); in v9fs_co_pwritev()
275 fsdev_co_throttle_request(s->ctx.fst, THROTTLE_READ, iov, iovcnt); in v9fs_co_preadv()