Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:57:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called when a new fs request (rq) is added to bfqq. Check if there's* something we should do about it.
Proto:static void bfq_rq_enqueued(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct request *rq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_queue * | bfqq | |
struct request * | rq |
5352 | If op and common flags & REQ_META Then umber of pending metadata requests ++ |
5357 | If bfqq == bfq_queue in service && bfq_bfqq_wait_request(bfqq) Then |
5358 | small_req = umber of sync and async requests queued [rq_is_sync(rq)] == 1 && blk_rq_sectors(rq) < 32 |
5360 | budget_timeout = Budget timeout is not implemented through a dedicated timer, but* just checked on request arrivals and completions, as well as on* idle timer expirations. |
5378 | If small_req && idling_boosts_thr_without_issues(bfqd, bfqq) && Not budget_timeout Then Return |
Name | Describe |
---|---|
__bfq_insert_request | rns true if it causes the idle timer to be disabled |
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 |