Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return page->index in PAGE_SIZE units

Proto:static inline unsigned long basepage_index(struct page *page)

Type:unsigned long

Parameter:

TypeParameterName
struct page *page
567  If Not PageCompound(page) Then Return Our offset within mapping.
570  Return __basepage_index(page)
Caller
NameDescribe
get_futex_keyget_futex_key() - Get parameters which are the keys for a futex*@uaddr: virtual address of the futex*@fshared: 0 for a PROCESS_PRIVATE futex, 1 for PROCESS_SHARED*@key: address where result is stored