函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\page_ref.h Create Date:2022-07-27 06:43:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Setup the page count before being freed into the page allocator for* the first time (boot or memory hotplug)

函数原型:static inline void init_page_count(struct page *page)

返回类型:void

参数:

类型参数名称
struct page *page
88  set_page_count(page, 1)
调用者
名称描述
__init_single_page
__free_reserved_pageFree the reserved page into the buddy system, so it gets managed.