Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbfq-wf2q.c315 struct bfq_entity *bfq_entity_of(struct rb_node *node) in bfq_entity_of() function
349 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
354 st->last_idle = bfq_entity_of(next); in bfq_idle_extract()
H A Dbfq-iosched.h1034 struct bfq_entity *bfq_entity_of(struct rb_node *node);
H A Dbfq-cgroup.c866 child_entity = bfq_entity_of(rb_first(child_active)); in bfq_reparent_leaf_entity()
890 while ((entity = bfq_entity_of(rb_first(active)))) in bfq_reparent_active_queues()