Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Used for pages not on another list

Proto:static inline void add_to_free_area_tail(struct page *page, struct free_area *area, int migratetype)

Type:void

Parameter:

TypeParameterName
struct page *page
struct free_area *area
intmigratetype
115  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
116  nr_free++
Caller
NameDescribe
__free_one_pageFreeing function for a buddy system allocator
add_to_free_area_random