Searched refs:sq (Results 1 – 1 of 1) sorted by relevance
181 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) in sq_to_tg() argument183 if (sq && sq->parent_sq) in sq_to_tg()184 return container_of(sq, struct throtl_grp, service_queue); in sq_to_tg()196 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq) in sq_to_td() argument198 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td()203 return container_of(sq, struct throtl_data, service_queue); in sq_to_td()218 #define throtl_log(sq, fmt, args...) do { \ argument219 struct throtl_grp *__tg = sq_to_tg((sq)); \220 struct throtl_data *__td = sq_to_td((sq)); \317 static void throtl_service_queue_init(struct throtl_service_queue *sq) in throtl_service_queue_init() argument[all …]