Searched refs:next_in_service (Results 1 – 3 of 3) sorted by relevance
50 static bool bfq_update_parent_budget(struct bfq_entity *next_in_service);81 struct bfq_entity *next_in_service = sd->next_in_service; in bfq_update_next_in_service() local96 if (new_entity && new_entity != sd->next_in_service) { in bfq_update_next_in_service()110 if (next_in_service) { in bfq_update_next_in_service()118 bfq_class_idx(next_in_service) in bfq_update_next_in_service()122 bfq_gt(next_in_service->finish, in bfq_update_next_in_service()127 next_in_service = new_entity; in bfq_update_next_in_service()131 next_in_service = bfq_lookup_next_entity(sd, expiration); in bfq_update_next_in_service()133 if (next_in_service) { in bfq_update_next_in_service()135 bfq_update_parent_budget(next_in_service); in bfq_update_next_in_service()[all …]
102 struct bfq_entity *next_in_service; member
793 if (sd->next_in_service || sd->in_service_entity) { in bfq_weights_tree_remove()