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:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:alloon_page_pop - remove a page from a page list.*@head : pointer to list*@page : page to be added* Caller must ensure the page is private and protect the list.

Proto:static inline struct page *balloon_page_pop(struct list_head *pages)

Type:struct page

Parameter:

TypeParameterName
struct list_head *pages
202  page = list_first_entry_or_null - get the first element from a list*@ptr: the list head to take the element from.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(pages, structpage, lru)
204  If Not page Then Return NULL
207  deletes entry from list
208  Return page