Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dthrottle-groups.c203 static inline bool tgm_has_pending_reqs(ThrottleGroupMember *tgm, in tgm_has_pending_reqs() function
230 if (tgm_has_pending_reqs(tgm, direction) && in next_throttle_token()
239 while (token != start && !tgm_has_pending_reqs(token, direction)) { in next_throttle_token()
247 if (token == start && !tgm_has_pending_reqs(token, direction)) { in next_throttle_token()
252 assert(token == tgm || tgm_has_pending_reqs(token, direction)); in next_throttle_token()
330 if (!tgm_has_pending_reqs(token, direction)) { in schedule_next_request()