Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\balloon_compaction.c Create Date:2022-07-28 16:32:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:balloon_page_enqueue_one

Proto:static void balloon_page_enqueue_one(struct balloon_dev_info *b_dev_info, struct page *page)

Type:void

Parameter:

TypeParameterName
struct balloon_dev_info *b_dev_info
struct page *page
23  BUG_ON(!Return true if the page was successfully locked)
24  balloon_page_insert(b_dev_info, page)
25  lock_page - unlock a locked page*@page: the page* Unlocks the page and wakes up sleepers in ___wait_on_page_locked().* Also wakes sleepers in wait_on_page_writeback() because the wakeup* mechanism between PageLocked pages and PageWriteback pages is shared.
26  __count_vm_event(BALLOON_INFLATE)
Caller
NameDescribe
balloon_page_list_enqueuealloon_page_list_enqueue() - inserts a list of pages into the balloon page* list
balloon_page_enqueuealloon_page_enqueue - inserts a new page into the balloon page list