Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:54:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_updated_next_req - update the queue after a new next_rq selection
Proto:static void bfq_updated_next_req(struct bfq_data *bfqd, struct bfq_queue *bfqq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_queue * | bfqq |
946 | If Not next_rq Then Return |
949 | If bfqq == bfq_queue in service Then Return |
962 | bfq_log_bfqq(bfqd, bfqq, "updated next rq: new budget %lu", new_budget) |
964 | bfq_requeue_bfqq(bfqd, bfqq, false) |
Name | Describe |
---|---|
bfq_add_request | |
bfq_remove_request | |
bfq_request_merged |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |