Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:54:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return true if bfqq is in a higher priority class, or has a higher* weight than the in-service queue.
Proto:static bool bfq_bfqq_higher_class_or_weight(struct bfq_queue *bfqq, struct bfq_queue *in_serv_bfqq)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_queue * | bfqq | |
struct bfq_queue * | in_serv_bfqq |
1630 | If current ioprio and ioprio class < current ioprio and ioprio class Then Return true |
1634 | bfqq_weight = weight of the queue |
1636 | Else |
1639 | Else bfqq_weight = weight of the queue |
1643 | Else in_serv_weight = weight of the queue |
1647 | Return bfqq_weight > in_serv_weight |
Name | Describe |
---|---|
bfq_bfqq_handle_idle_busy_switch |
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 |