Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-wf2q.c646 entity == entity->sched_data->in_service_entity); in bfq_put_idle_entity()
991 if (entity == sd->in_service_entity) { in __bfq_requeue_entity()
1057 if (entity->sched_data->in_service_entity == entity || in __bfq_activate_requeue_entity()
1127 is_in_service = entity == sd->in_service_entity; in __bfq_deactivate_entity()
1132 sd->in_service_entity = NULL; in __bfq_deactivate_entity()
1190 if (sd->next_in_service || sd->in_service_entity) { in bfq_deactivate_entity()
1434 sd->in_service_entity && in bfq_lookup_next_entity()
1448 return sd->next_in_service != sd->in_service_entity; in next_queue_may_preempt()
1496 sd->in_service_entity = entity; in bfq_get_next_queue()
1564 entity->sched_data->in_service_entity = NULL; in __bfq_bfqd_reset_in_service()
H A Dbfq-cgroup.c889 child_entity = child_sd->in_service_entity; in bfq_reparent_leaf_entity()
914 if (bfqg->sched_data.in_service_entity) in bfq_reparent_active_queues()
916 bfqg->sched_data.in_service_entity, in bfq_reparent_active_queues()
H A Dbfq-iosched.h101 struct bfq_entity *in_service_entity; member