Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dthrottle-groups.c272 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_schedule_timer()
344 ThrottleTimers *tt = &token->throttle_timers; in schedule_next_request()
441 assert(!timer_pending(tgm->throttle_timers.timers[direction])); in throttle_group_restart_queue()
455 QEMUTimer *t = tgm->throttle_timers.timers[dir]; in throttle_group_restart_tgm()
566 throttle_timers_init(&tgm->throttle_timers, in throttle_group_register_tgm()
604 assert(!timer_pending(tgm->throttle_timers.timers[dir])); in throttle_group_unregister_tgm()
617 throttle_timers_destroy(&tgm->throttle_timers); in throttle_group_unregister_tgm()
627 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_attach_aio_context()
635 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_detach_aio_context()
/openbmc/qemu/include/block/
H A Dthrottle-groups.h56 ThrottleTimers throttle_timers; member
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c159 tt = &tgm.throttle_timers; in test_init()
191 tt = &tgm.throttle_timers; in test_init_readonly()
223 tt = &tgm.throttle_timers; in test_init_writeonly()