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

/linux-master/block/
H A Dbfq-wf2q.c646 entity == entity->sched_data->in_service_entity);
991 if (entity == sd->in_service_entity) {
1057 if (entity->sched_data->in_service_entity == entity ||
1127 is_in_service = entity == sd->in_service_entity;
1132 sd->in_service_entity = NULL;
1190 if (sd->next_in_service || sd->in_service_entity) {
1193 * either next_in_service or in_service_entity
1199 * NOTE If in_service_entity is not NULL, then
1203 * pointed by in_service_entity is the only
1206 * next_in_service, the in_service_entity
[all...]
H A Dbfq-cgroup.c889 child_entity = child_sd->in_service_entity;
914 if (bfqg->sched_data.in_service_entity)
916 bfqg->sched_data.in_service_entity,
H A Dbfq-iosched.h88 * in_service_entity is not a queue, then the in-service child entity
89 * of the entity pointed by in_service_entity becomes idle on
101 struct bfq_entity *in_service_entity; member in struct:bfq_sched_data

Completed in 105 milliseconds