函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-settings.c Create Date:2022-07-27 18:39:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:lk_queue_can_use_dma_map_merging - configure queue for merging segments.*@q: the request queue for the device*@dev: the device pointer for dma* Tell the block layer about merging the segments by dma map of @q.

函数原型:bool blk_queue_can_use_dma_map_merging(struct request_queue *q, struct device *dev)

返回类型:bool

参数:

类型参数名称
struct request_queue *q
struct device *dev
862  boundary等于dma_get_merge_boundary(dev)
864  如果非boundary则返回:false
868  lk_queue_virt_boundary - set boundary rules for bio merging*@q: the request queue for the device*@mask: the memory boundary mask
870  返回:true