Function report |
Source Code:block\blk-merge.c |
Create Date:2022-07-28 17:05:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_max_segment_size
Proto:static inline unsigned get_max_segment_size(const struct request_queue *q, struct page *start_page, unsigned long offset)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
const struct request_queue * | q | |
struct page * | start_page | |
unsigned long | offset |
164 | mask = queue_segment_boundary(q) |
172 | Return min_not_zero - return the minimum that is _not_ zero, unless both are zero*@x: value1*@y: value2(mask - offset + 1, (unsignedlong)queue_max_segment_size(q)) |
Name | Describe |
---|---|
bvec_split_segs | vec_split_segs - verify whether or not a bvec should be split in the middle*@q: [in] request queue associated with the bio associated with @bv*@bv: [in] bvec to examine*@nsegs: [in,out] Number of segments in the bio being built |
blk_bvec_map_sg |
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 |