Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\dax.c Create Date:2022-07-28 20:23:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dax_busy_page

Proto:static struct page *dax_busy_page(void *entry)

Type:struct page

Parameter:

TypeParameterName
void *entry
373  page = pfn_to_page(pfn)
375  If page_ref_count(page) > 1 Then Return page
378  Return NULL
Caller
NameDescribe
dax_layout_busy_pagedax_layout_busy_page - find first pinned page in @mapping*@mapping: address space to scan for a page with ref count > 1* DAX requires ZONE_DEVICE mapped pages. These pages are never* 'onlined' to the page allocator so they are considered idle when