函数逻辑报告 |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-27 19:31:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Attempt to schedule a merge of bfqq with the currently in-service* queue or with a close queue among the scheduled queues
函数原型:static struct bfq_queue *bfq_setup_cooperator(struct bfq_data *bfqd, struct bfq_queue *bfqq, void *io_struct, bool request)
返回类型:struct bfq_queue
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bfq_data * | bfqd | |
struct bfq_queue * | bfqq | |
void * | io_struct | |
bool | request |
2623 | 如果此条件成立可能性大(为编译器优化)( true if the device is non rotational and performs queueing )则返回:NULL |
2637 | 如果bfq_too_late_for_merging(bfqq)则返回:NULL |
2640 | 如果Shared bfq_queue if queue is cooperating with one or more* other queues.则返回:Shared bfq_queue if queue is cooperating with one or more* other queues. |
2643 | 如果非io_struct或此条件成立可能性小(为编译器优化)(bfqq == & fallback dummy bfqq for extreme OOM conditions )则返回:NULL |
2647 | 如果bfq_tot_busy_queues(bfqd)恒等于1则返回:NULL |
2658 | new_bfqq等于bfq_setup_merge(bfqq, in_service_bfqq) |
2670 | 如果new_bfqq且此条件成立可能性大(为编译器优化)(new_bfqq != & fallback dummy bfqq for extreme OOM conditions )且bfq_may_be_close_cooperator(bfqq, new_bfqq)则返回:bfq_setup_merge(bfqq, new_bfqq) |
2674 | 返回:NULL |
名称 | 描述 |
---|---|
bfq_allow_bio_merge | |
__bfq_insert_request | rns true if it causes the idle timer to be disabled |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |