Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-wf2q.c323 struct bfq_entity *bfq_entity_of(struct rb_node *node) in bfq_entity_of() function
357 st->first_idle = bfq_entity_of(next); in bfq_idle_extract()
362 st->last_idle = bfq_entity_of(next); in bfq_idle_extract()
H A Dbfq-iosched.h1137 struct bfq_entity *bfq_entity_of(struct rb_node *node);
H A Dbfq-cgroup.c886 child_entity = bfq_entity_of(rb_first(child_active)); in bfq_reparent_leaf_entity()
911 while ((entity = bfq_entity_of(rb_first(active)))) in bfq_reparent_active_queues()