Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:swsusp_page_is_forbidden

Proto:int swsusp_page_is_forbidden(struct page *page)

Type:int

Parameter:

TypeParameterName
struct page *page
1026  Return If Set bits in this map correspond to the page frames the contents of which* should not be saved during the suspend. Then memory_bm_test_bit(Set bits in this map correspond to the page frames the contents of which* should not be saved during the suspend., page_to_pfn(page)) Else 0
Caller
NameDescribe
saveable_pagesaveable_page - Check if the given page is saveable
get_bufferget_buffer - Get the address to store the next image data page.* Get the address that snapshot_write_next() should return to its caller to* write to.