Home
last modified time | relevance | path

Searched refs:bfqg_entity (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-wf2q.c164 struct bfq_entity *bfqg_entity; in bfq_update_parent_budget() local
177 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
178 if (bfqg_entity) { in bfq_update_parent_budget()
179 if (bfqg_entity->budget > next_in_service->budget) in bfq_update_parent_budget()
181 bfqg_entity->budget = next_in_service->budget; in bfq_update_parent_budget()
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c151 struct bfq_entity *bfqg_entity; in bfq_update_parent_budget() local
164 bfqg_entity = bfqg->my_entity; in bfq_update_parent_budget()
165 if (bfqg_entity) { in bfq_update_parent_budget()
166 if (bfqg_entity->budget > next_in_service->budget) in bfq_update_parent_budget()
168 bfqg_entity->budget = next_in_service->budget; in bfq_update_parent_budget()

Completed in 5 milliseconds