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

Name:alloon_page_push - insert a page into 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 void balloon_page_push(struct list_head *pages, struct page *page)

Type:void

Parameter:

TypeParameterName
struct list_head *pages
struct page *page
190  list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks.