Lines Matching refs:ThrottleGroup
66 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()
271 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_schedule_timer()
324 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in schedule_next_request()
367 ThrottleGroup *tg = container_of(tgm->throttle_state, ThrottleGroup, ts); in throttle_group_co_io_limits_intercept()
409 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_restart_queue_entry()
478 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_config()
496 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_get_config()
511 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in timer_cb()
549 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_register_tgm()
588 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_unregister_tgm()
634 ThrottleGroup *tg = container_of(tgm->throttle_state, ThrottleGroup, ts); in throttle_group_detach_aio_context()
756 ThrottleGroup *tg = THROTTLE_GROUP(obj); in throttle_group_obj_init()
773 ThrottleGroup *tg = THROTTLE_GROUP(obj); in throttle_group_obj_complete()
803 ThrottleGroup *tg = THROTTLE_GROUP(obj); in throttle_group_obj_finalize()
815 ThrottleGroup *tg = THROTTLE_GROUP(obj); in throttle_group_set()
862 ThrottleGroup *tg = THROTTLE_GROUP(obj); in throttle_group_get()
891 ThrottleGroup *tg = THROTTLE_GROUP(obj); in throttle_group_set_limits()
918 ThrottleGroup *tg = THROTTLE_GROUP(obj); in throttle_group_get_limits()
967 .instance_size = sizeof(ThrottleGroup),