Home
last modified time | relevance | path

Searched refs:throttle_schedule_timer (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.c103 if (throttle_schedule_timer(&fst->ts, &fst->tt, direction) || in fsdev_co_throttle_request()
111 !throttle_schedule_timer(&fst->ts, &fst->tt, direction)) { in fsdev_co_throttle_request()
/openbmc/qemu/include/qemu/
H A Dthrottle.h155 bool throttle_schedule_timer(ThrottleState *ts,
/openbmc/qemu/backends/
H A Dcryptodev.c258 throttle_schedule_timer(&backend->ts, &backend->tt, in cryptodev_backend_throttle_timer_cb()
275 if (throttle_schedule_timer(&backend->ts, &backend->tt, THROTTLE_WRITE) || in cryptodev_backend_crypto_operation()
/openbmc/qemu/util/
H A Dthrottle.c432 bool throttle_schedule_timer(ThrottleState *ts, in throttle_schedule_timer() function
/openbmc/qemu/block/
H A Dthrottle-groups.c284 must_wait = throttle_schedule_timer(ts, tt, direction); in throttle_group_schedule_timer()