Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:balloon_page_delete

Proto:static inline void balloon_page_delete(struct page *page)

Type:void

Parameter:

TypeParameterName
struct page *page
154  PageOffline() indicates that the page is logically offline although the* containing section is online. (e.g. inflated in a balloon driver or* not onlined when onlining the section).* The content of these pages is effectively stale. Such pages should not
155  deletes entry from list
Caller
NameDescribe
balloon_page_list_dequeuealloon_page_list_dequeue() - removes pages from balloon's page list and* returns a list of the pages.*@b_dev_info: balloon device decriptor where we will grab a page from.*@pages: pointer to the list of pages that would be returned to the caller.