Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:zone_spans_pfn

Proto:static inline bool zone_spans_pfn(const struct zone *zone, unsigned long pfn)

Type:bool

Parameter:

TypeParameterName
const struct zone *zone
unsigned longpfn
610  Return zone_start_pfn == zone_start_paddr >> PAGE_SHIFT <= pfn && pfn < zone_end_pfn(zone)
Caller
NameDescribe
set_pfnblock_flags_maskset_pfnblock_flags_mask - Set the requested group of flags for a pageblock_nr_pages block of pages*@page: The page within the block of interest*@flags: The flags to set*@pfn: The target page frame number*@end_bitidx: The last bit of interest*@mask: mask
move_freepages_block