Home
last modified time | relevance | path

Searched refs:THROTTLE_WRITE (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/block/
H A Dthrottle.c134 throttle_group_co_io_limits_intercept(tgm, bytes, THROTTLE_WRITE); in throttle_co_pwritev()
144 throttle_group_co_io_limits_intercept(tgm, bytes, THROTTLE_WRITE); in throttle_co_pwrite_zeroes()
153 throttle_group_co_io_limits_intercept(tgm, bytes, THROTTLE_WRITE); in throttle_co_pdiscard()
H A Dthrottle-groups.c529 timer_cb(opaque, THROTTLE_WRITE); in write_timer_cb()
H A Dblock-backend.c1418 bytes, THROTTLE_WRITE); in blk_co_do_pwritev_part()
/openbmc/qemu/backends/
H A Dcryptodev.c255 throttle_account(&backend->ts, THROTTLE_WRITE, ret); in cryptodev_backend_throttle_timer_cb()
259 THROTTLE_WRITE)) { in cryptodev_backend_throttle_timer_cb()
275 if (throttle_schedule_timer(&backend->ts, &backend->tt, THROTTLE_WRITE) || in cryptodev_backend_crypto_operation()
287 throttle_account(&backend->ts, THROTTLE_WRITE, ret); in cryptodev_backend_crypto_operation()
/openbmc/qemu/include/qemu/
H A Dthrottle.h104 THROTTLE_WRITE, enumerator
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c173 g_assert(tt->timers[THROTTLE_WRITE]); in test_init()
205 g_assert(!tt->timers[THROTTLE_WRITE]); in test_init_readonly()
237 g_assert(tt->timers[THROTTLE_WRITE]); in test_init_writeonly()
641 throttle_account(&ts, THROTTLE_WRITE, size); in do_test_accounting()
/openbmc/qemu/hw/9pfs/
H A Dcofile.c255 fsdev_co_throttle_request(s->ctx.fst, THROTTLE_WRITE, iov, iovcnt); in v9fs_co_pwritev()
/openbmc/qemu/util/
H A Dthrottle.c247 tt->timer_cb[THROTTLE_WRITE] = write_timer_cb; in throttle_timers_init()