Function report |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-28 17:54:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:see the definition of bfq_async_charge_factor for details
Proto:static unsigned long bfq_serv_to_charge(struct request *rq, struct bfq_queue *bfqq)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | rq | |
struct bfq_queue * | bfqq |
Name | Describe |
---|---|
bfq_updated_next_req | q_updated_next_req - update the queue after a new next_rq selection |
bfq_bfqq_update_budg_for_activation | The next function, invoked after the input queue bfqq switches from* idle to busy, updates the budget of bfqq. The function also tells* whether the in-service queue should be expired, by returning* true |
__bfq_bfqq_recalc_budget | __bfq_bfqq_recalc_budget - try to adapt the budget to the @bfqq behavior.*@bfqd: device data.*@bfqq: queue to update.*@reason: reason for expiration.* Handle the feedback on @bfqq budget at queue expiration.* See the body for detailed comments. |
bfq_choose_bfqq_for_injection | This function chooses the queue from which to pick the next extra* I/O request to inject, if it finds a compatible queue |
bfq_select_queue | Select a queue for service. If we have a current queue in service,* check whether to continue servicing it, or retrieve and set a new one. |
bfq_dispatch_rq_from_bfqq | Dispatch next request from 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 |