函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\balloon_compaction.h Create Date:2022-07-27 15:39:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:balloon_page_delete

函数原型:static inline void balloon_page_delete(struct page *page)

返回类型:void

参数:

类型参数名称
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  删除链表项
调用者
名称描述
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.