Searched refs:THROTTLE_WRITE (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/block/ |
H A D | throttle.c | 134 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 D | throttle-groups.c | 529 timer_cb(opaque, THROTTLE_WRITE); in write_timer_cb()
|
H A D | block-backend.c | 1418 bytes, THROTTLE_WRITE); in blk_co_do_pwritev_part()
|
/openbmc/qemu/backends/ |
H A D | cryptodev.c | 255 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 D | throttle.h | 104 THROTTLE_WRITE, enumerator
|
/openbmc/qemu/tests/unit/ |
H A D | test-throttle.c | 173 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 D | cofile.c | 255 fsdev_co_throttle_request(s->ctx.fst, THROTTLE_WRITE, iov, iovcnt); in v9fs_co_pwritev()
|
/openbmc/qemu/util/ |
H A D | throttle.c | 247 tt->timer_cb[THROTTLE_WRITE] = write_timer_cb; in throttle_timers_init()
|