Home
last modified time | relevance | path

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

/linux-3.4.99/block/
Dcfq-iosched.c848 struct cfq_group *__cfqg; in __cfq_group_service_tree_add() local
854 __cfqg = rb_entry_cfqg(parent); in __cfq_group_service_tree_add()
856 if (key < cfqg_key(st, __cfqg)) in __cfq_group_service_tree_add()
895 struct cfq_group *__cfqg; in cfq_group_notify_queue_add() local
909 __cfqg = rb_entry_cfqg(n); in cfq_group_notify_queue_add()
910 cfqg->vdisktime = __cfqg->vdisktime + CFQ_IDLE_DELAY; in cfq_group_notify_queue_add()
1129 struct cfq_group *cfqg = NULL, *__cfqg = NULL; in cfq_get_cfqg() local
1164 __cfqg = cfq_find_cfqg(cfqd, blkcg); in cfq_get_cfqg()
1166 if (__cfqg) { in cfq_get_cfqg()
1169 return __cfqg; in cfq_get_cfqg()