Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:alloon_page_enqueue - inserts a new page into the balloon page list

Proto:void balloon_page_enqueue(struct balloon_dev_info *b_dev_info, struct page *page)

Type:void

Parameter:

TypeParameterName
struct balloon_dev_info *b_dev_info
struct page *page
151  spin_lock_irqsave( & Protection to pages list , flags)
152  balloon_page_enqueue_one(b_dev_info, page)
153  spin_unlock_irqrestore( & Protection to pages list , flags)