函数逻辑报告 |
Source Code:include\linux\blkdev.h |
Create Date:2022-07-27 06:47:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:blk_queue_get_max_sectors
函数原型:static inline unsigned int blk_queue_get_max_sectors(struct request_queue *q, int op)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
int | op |
997 | 如果此条件成立可能性小(为编译器优化)(op == REQ_OP_WRITE_SAME)则返回:max_write_same_sectors |
1000 | 如果此条件成立可能性小(为编译器优化)(op == REQ_OP_WRITE_ZEROES)则返回:max_write_zeroes_sectors |
1003 | 返回:max_sectors |
名称 | 描述 |
---|---|
blk_cloned_rq_check_limits | lk_cloned_rq_check_limits - Helper function to check a cloned request* for new the queue limits*@q: the queue*@rq: the request being checked* Description:*@rq may have been made based on weaker limitations of upper-level queues |
blk_rq_get_max_sectors |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |