Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-wf2q.c44 static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *sd,
74 static bool bfq_update_next_in_service(struct bfq_sched_data *sd, in bfq_update_next_in_service()
153 struct bfq_sched_data *group_sd; in bfq_update_parent_budget()
223 struct bfq_sched_data *sd = entity->sched_data; in bfq_inc_active_entities()
232 struct bfq_sched_data *sd = entity->sched_data; in bfq_dec_active_entities()
676 struct bfq_sched_data *sched_data = entity->sched_data; in bfq_entity_service_tree()
988 struct bfq_sched_data *sd = entity->sched_data; in __bfq_requeue_entity()
1110 struct bfq_sched_data *sd = entity->sched_data; in __bfq_deactivate_entity()
1165 struct bfq_sched_data *sd; in bfq_deactivate_entity()
1390 static struct bfq_entity *bfq_lookup_next_entity(struct bfq_sched_data *s
[all...]
H A Dbfq-iosched.h71 * struct bfq_sched_data - multi-class scheduler.
73 * bfq_sched_data is the basic scheduler queue. It supports three
99 struct bfq_sched_data { struct
200 struct bfq_sched_data *my_sched_data;
202 struct bfq_sched_data *sched_data;
1009 struct bfq_sched_data sched_data;
1029 struct bfq_sched_data sched_data;
101 in_service_entitybfq_sched_data global() argument
103 next_in_servicebfq_sched_data global() argument
105 service_treebfq_sched_data global() argument
107 bfq_class_idle_last_servicebfq_sched_data global() argument
H A Dbfq-iosched.c585 struct bfq_sched_data *sched_data; in bfqq_request_over_limit()