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

/linux-master/block/
H A Dblk-throttle.c292 * @tg_to_put: optional out argument for throtl_grp to put
299 * too. If @tg_to_put is NULL, this function automatically puts it;
300 * otherwise, *@tg_to_put is set to the throtl_grp to put and the caller is
304 struct throtl_grp **tg_to_put)
318 if (tg_to_put)
319 *tg_to_put = qn->tg;
1050 struct throtl_grp *tg_to_put = NULL; local
1059 bio = throtl_pop_queued(&sq->queued[rw], &tg_to_put);
1084 if (tg_to_put)
1085 blkg_put(tg_to_blkg(tg_to_put));
303 throtl_pop_queued(struct list_head *queued, struct throtl_grp **tg_to_put) argument
[all...]

Completed in 118 milliseconds