Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dcfq-iosched.c611 static inline struct blkcg_gq *cfqg_to_blkg(struct cfq_group *cfqg) in cfqg_to_blkg() function
630 struct blkcg_gq *pblkg = cfqg_to_blkg(cfqg)->parent; in cfqg_parent()
637 return blkg_get(cfqg_to_blkg(cfqg)); in cfqg_get()
642 return blkg_put(cfqg_to_blkg(cfqg)); in cfqg_put()
648 blkg_path(cfqg_to_blkg((cfqq)->cfqg), __pbuf, sizeof(__pbuf)); \
658 blkg_path(cfqg_to_blkg(cfqg), __pbuf, sizeof(__pbuf)); \
749 lockdep_assert_held(cfqg_to_blkg(cfqg)->q->queue_lock); in cfqg_stats_xfer_dead()