Function report |
Source Code:block\scsi_ioctl.c |
Create Date:2022-07-28 17:35:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:max_sectors_bytes
Proto:static int max_sectors_bytes(struct request_queue *q)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q |
75 | max_sectors = queue_max_sectors(q) |
77 | max_sectors = min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(unsignedint, max_sectors, INT_MAX >> 9) |
79 | Return max_sectors << 9 |
Name | Describe |
---|---|
sg_get_reserved_size | |
sg_set_reserved_size |
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 |