Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dthrottle-groups.c66 struct ThrottleGroup { struct
81 QTAILQ_ENTRY(ThrottleGroup) list; argument
85 static QTAILQ_HEAD(, ThrottleGroup) throttle_groups =
92 static ThrottleGroup *throttle_group_by_name(const char *name) in throttle_group_by_name()
94 ThrottleGroup *iter; in throttle_group_by_name()
127 ThrottleGroup *tg = NULL; in throttle_group_incref()
157 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_unref()
169 ThrottleGroup *tg = container_of(tgm->throttle_state, ThrottleGroup, ts); in throttle_group_get_name()
184 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_next_tgm()
223 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in next_throttle_token()
[all …]
/openbmc/qemu/include/block/
H A Dthrottle-groups.h63 OBJECT_DECLARE_SIMPLE_TYPE(ThrottleGroup, THROTTLE_GROUP)
/openbmc/qemu/tests/qemu-iotests/
H A D184.out111 == property changes in ThrottleGroup ==