Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-settings.c Create Date:2022-07-28 17:03:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set boundary rules for bio merging

Proto:void blk_queue_virt_boundary(struct request_queue *q, unsigned long mask)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
unsigned longmask
748  virt_boundary_mask = mask
756  If mask Then max_segment_size = UINT_MAX
Caller
NameDescribe
blk_queue_can_use_dma_map_mergingconfigure queue for merging segments.