函数逻辑报告 |
Source Code:block\bfq-wf2q.c |
Create Date:2022-07-27 19:35:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:q_bfqq_served - update the scheduler status after selection for* service.*@bfqq: the queue being served.*@served: bytes to transfer.* NOTE: this can be optimized, as the timestamps of upper level entities
函数原型:void bfq_bfqq_served(struct bfq_queue *bfqq, int served)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bfq_queue * | bfqq | |
int | served |
840 | 如果非Cumulative service received from the @bfq_queue since the* last transition from idle to backlogged.则ime of first I/O for this queue 等于jiffies |
843 | 如果actor by which the weight of this queue is multiplied 大于1则Cumulative service received from the @bfq_queue since its* last transition to weight-raised state.加等于served |
846 | Cumulative service received from the @bfq_queue since the* last transition from idle to backlogged.加等于served |
848 | st等于bfq_entity_service_tree(entity) |
852 | scheduler virtual time 加等于q_delta - map service into the virtual time domain.*@service: amount of service.*@weight: scale factor (weight of an entity or weight sum). |
855 | bfq_log_bfqq(parent bfq_data , bfqq, "bfqq_served %d secs", served) |
名称 | 描述 |
---|---|
bfq_bfqq_charge_time | q_bfqq_charge_time - charge an amount of service equivalent to the length* of the time interval during which bfqq has been in* service |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |