Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:56:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__bfq_bfqq_expire
Proto:static bool __bfq_bfqq_expire(struct bfq_data *bfqd, struct bfq_queue *bfqq, enum bfqq_expiration reason)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_queue * | bfqq | |
enum bfqq_expiration | reason |
3472 | If bfq_bfqq_coop(bfqq) && BFQQ_SEEKY(bfqq) Then bfq_mark_bfqq_split_coop(bfqq) |
3501 | Else |
3502 | bfq_requeue_bfqq(bfqd, bfqq, true) |
3519 | Return rns true if the in-service queue gets freed |
Name | Describe |
---|---|
bfq_bfqq_expire | q_bfqq_expire - expire a queue.*@bfqd: device owning the queue.*@bfqq: the queue to expire.*@compensate: if true, compensate for the time spent idling.*@reason: the reason causing the expiration.* If the process associated with bfqq does slow I/O (e |
bfq_exit_bfqq |
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 |