Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\scatterlist.h Create Date:2022-07-28 05:46:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sg_init_marker - Initialize markers in sg table*@sgl: The SG table*@nents: Number of entries in table

Proto:static inline void sg_init_marker(struct scatterlist *sgl, unsigned int nents)

Type:void

Parameter:

TypeParameterName
struct scatterlist *sgl
unsigned intnents
251  sg_mark_end - Mark the end of the scatterlist*@sg: SG entryScatterlist* Description:* Marks the passed in sg entry as the termination point for the sg* table. A call to sg_next() on this entry will return NULL.
Caller
NameDescribe
sg_init_tablesg_init_table - Initialize SG table*@sgl: The SG table*@nents: Number of entries in table* Notes:* If this is part of a chained sg table, sg_mark_end() should be* used only on the last table part.