Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-throttle.c59 struct throtl_service_queue *parent_sq; /* the parent service_queue */ member
183 if (sq && sq->parent_sq) in sq_to_tg()
371 sq->parent_sq = &td->service_queue; in throtl_pd_init()
373 sq->parent_sq = &blkg_to_tg(blkg->parent)->service_queue; in throtl_pd_init()
384 struct throtl_grp *parent_tg = sq_to_tg(tg->service_queue.parent_sq); in tg_update_has_rules()
410 throtl_rb_first(struct throtl_service_queue *parent_sq) in throtl_rb_first() argument
413 if (!parent_sq->nr_pending) in throtl_rb_first()
416 if (!parent_sq->first_pending) in throtl_rb_first()
417 parent_sq->first_pending = rb_first(&parent_sq->pending_tree); in throtl_rb_first()
419 if (parent_sq->first_pending) in throtl_rb_first()
[all …]