函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:设置sg数据入口

函数原型:static inline void sg_set_buf(struct scatterlist *sg, const void *buf, unsigned int buflen)

返回类型:void

参数:

类型参数名称
struct scatterlist *sg
const void *buf
unsigned intbuflen
145  sg_set_page - Set sg entry to point at given page*@sg: SG entry*@page: The page*@len: Length of data*@offset: Offset into page* Description:* Use this function to set an sg entry pointing at a page, never assign* the page directly
调用者
名称描述
sg_init_one 初始化散列表项目
derived_key_encryptBefore returning data to userspace, encrypt decrypted data.
derived_key_decrypt