Home
last modified time | relevance | path

Searched refs:must_wait (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dthrottle-groups.c273 bool must_wait; in throttle_group_schedule_timer() local
284 must_wait = throttle_schedule_timer(ts, tt, direction); in throttle_group_schedule_timer()
287 if (must_wait) { in throttle_group_schedule_timer()
292 return must_wait; in throttle_group_schedule_timer()
325 bool must_wait; in schedule_next_request() local
335 must_wait = throttle_group_schedule_timer(token, direction); in schedule_next_request()
338 if (!must_wait) { in schedule_next_request()
365 bool must_wait; in throttle_group_co_io_limits_intercept() local
376 must_wait = throttle_group_schedule_timer(token, direction); in throttle_group_co_io_limits_intercept()
379 if (must_wait || tgm->pending_reqs[direction]) { in throttle_group_co_io_limits_intercept()
/openbmc/qemu/util/
H A Dthrottle.c439 bool must_wait; in throttle_schedule_timer() local
445 must_wait = throttle_compute_timer(ts, in throttle_schedule_timer()
451 if (!must_wait) { in throttle_schedule_timer()