Searched refs:sq_to_tg (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-throttle.c98 * sq_to_tg - return the throl_grp the specified service queue belongs to
104 static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq) function
121 struct throtl_grp *tg = sq_to_tg(sq);
222 struct throtl_grp *__tg = sq_to_tg((sq)); \
420 struct throtl_grp *parent_tg = sq_to_tg(tg->service_queue.parent_sq);
1049 struct throtl_grp *parent_tg = sq_to_tg(parent_sq);
1174 struct throtl_grp *tg = sq_to_tg(sq);
1229 tg = sq_to_tg(sq);
1784 parent = sq_to_tg(parent_sq);
1866 tg = sq_to_tg(t
[all...]

Completed in 190 milliseconds