函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\scatterlist.h Create Date:2022-07-27 06:47:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:链接两个散列表

函数原型:static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, struct scatterlist *sgl)

返回类型:void

参数:

类型参数名称
struct scatterlist *prv
unsigned intprv_nents
struct scatterlist *sgl
170  offset等于0
171  length等于0
177  page_link等于sgl按位或Notes on SG table design的值按位与SG_END的反
调用者
名称描述
__sg_alloc_table__sg_alloc_table - Allocate and initialize an sg table with given allocator*@table: The sg table header to use*@nents: Number of entries in sg list*@max_ents: The maximum number of entries the allocator returns per call*@nents_first_chunk: Number of
scatterwalk_crypto_chain