Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:has_isolate_pageblock

Proto:static inline bool has_isolate_pageblock(struct zone *zone)

Type:bool

Parameter:

TypeParameterName
struct zone *zone
8  Return * Number of isolated pageblock. It is used to solve incorrect * freepage counting problem due to racy retrieving migratetype * of pageblock. Protected by zone->lock.
Caller
NameDescribe
__free_one_pageFreeing function for a buddy system allocator
free_pcppages_bulkFrees a number of pages from the PCP lists* Assumes all pages on list are in same zone, and of same order.* count is the number of pages to free.* If the zone was previously in an "all pages pinned" state then look to
free_one_page