Function report |
Source Code:include\linux\blkdev.h |
Create Date:2022-07-28 05:46:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_queue_get_max_sectors
Proto:static inline unsigned int blk_queue_get_max_sectors(struct request_queue *q, int op)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q | |
int | op |
997 | If Value for the false possibility is greater at compile time(op == REQ_OP_WRITE_SAME) Then Return max_write_same_sectors |
1000 | If Value for the false possibility is greater at compile time(op == REQ_OP_WRITE_ZEROES) Then Return max_write_zeroes_sectors |
1003 | Return max_sectors |
Name | Describe |
---|---|
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 |
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 |