Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:57:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bfq_async_queue_prio
Proto:static struct bfq_queue **bfq_async_queue_prio(struct bfq_data *bfqd, struct bfq_group *bfqg, int ioprio_class, int ioprio)
Type:struct bfq_queue
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_group * | bfqg | |
int | ioprio_class | |
int | ioprio |
5112 | Case ioprio_class == IOPRIO_CLASS_RT |
5113 | Return async_bfqq[0][ioprio] |
5114 | Case ioprio_class == IOPRIO_CLASS_NONE |
5115 | ioprio = Fallback BE priority |
5117 | Case ioprio_class == IOPRIO_CLASS_BE |
5118 | Return async_bfqq[1][ioprio] |
5119 | Case ioprio_class == IOPRIO_CLASS_IDLE |
5120 | Return async_idle_bfqq |
5121 | Default |
5122 | Return NULL |
Name | Describe |
---|---|
bfq_get_queue |
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 |