Home
last modified time | relevance | path

Searched refs:ThrottleTimers (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthrottle.h108 typedef struct ThrottleTimers { struct
115 } ThrottleTimers; argument
125 void throttle_timers_init(ThrottleTimers *tt,
132 void throttle_timers_destroy(ThrottleTimers *tt);
134 void throttle_timers_detach_aio_context(ThrottleTimers *tt);
136 void throttle_timers_attach_aio_context(ThrottleTimers *tt,
139 bool throttle_timers_are_initialized(ThrottleTimers *tt);
156 ThrottleTimers *tt,
/openbmc/qemu/util/
H A Dthrottle.c200 void throttle_timers_attach_aio_context(ThrottleTimers *tt, in throttle_timers_attach_aio_context()
235 void throttle_timers_init(ThrottleTimers *tt, in throttle_timers_init()
243 memset(tt, 0, sizeof(ThrottleTimers)); in throttle_timers_init()
264 void throttle_timers_detach_aio_context(ThrottleTimers *tt) in throttle_timers_detach_aio_context()
274 void throttle_timers_destroy(ThrottleTimers *tt) in throttle_timers_destroy()
280 bool throttle_timers_are_initialized(ThrottleTimers *tt) in throttle_timers_are_initialized()
433 ThrottleTimers *tt, in throttle_schedule_timer()
/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.h24 ThrottleTimers tt;
/openbmc/qemu/include/block/
H A Dthrottle-groups.h56 ThrottleTimers throttle_timers;
/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()
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/sysemu/
H A Dcryptodev.h280 ThrottleTimers tt;
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c31 static ThrottleTimers *tt;