Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\util.c Create Date:2022-07-28 14:21:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Neutral page->mapping pointer to address_space or anon_vma or other

Proto:void *page_rmapping(struct page *page)

Type:void

Parameter:

TypeParameterName
struct page *page
620  page = compound_head(page)
621  Return __page_rmapping(page)
Caller
NameDescribe
zap_pte_range
fault_dirty_shared_pageHandle dirtying of a page in shared file mapping on a write fault.* The function expects the page to be locked and unlocks it.
page_referencedpage_referenced - test if the page was referenced*@page: the page to test*@is_locked: caller holds lock on the page*@memcg: target memory cgroup*@vm_flags: collect encountered vma->vm_flags who actually referenced the page* Quick test_and_clear_referenced
page_stable_node
page_idle_clear_pte_refs