Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mm.h Create Date:2022-07-28 05:43:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Free the reserved page into the buddy system, so it gets managed.

Proto:static inline void __free_reserved_page(struct page *page)

Type:void

Parameter:

TypeParameterName
struct page *page
2085  ClearPageReserved(page)
2086  Setup the page count before being freed into the page allocator for* the first time (boot or memory hotplug)
2087  __free_page(page)