Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sg_assign_page - Assign a given page to an SG entry*@sg: SG entry*@page: The page* Description:* Assign page to sg entry. Also see sg_set_page(), the most commonly used* variant.

Proto:static inline void sg_assign_page(struct scatterlist *sg, struct page *page)

Type:void

Parameter:

TypeParameterName
struct scatterlist *sg
struct page *page
89  page_link = page_link & (Notes on SG table design | SG_END)
95  BUG_ON((unsignedlong)page & (Notes on SG table design | SG_END))
99  page_link = page_link | page