Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-throttle.c448 struct throtl_grp **tg_to_put) in throtl_pop_queued() argument
461 if (tg_to_put) in throtl_pop_queued()
462 *tg_to_put = qn->tg; in throtl_pop_queued()
1119 struct throtl_grp *tg_to_put = NULL; in tg_dispatch_one_bio() local
1128 bio = throtl_pop_queued(&sq->queued[rw], &tg_to_put); in tg_dispatch_one_bio()
1152 if (tg_to_put) in tg_dispatch_one_bio()
1153 blkg_put(tg_to_blkg(tg_to_put)); in tg_dispatch_one_bio()