Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:trace_mm_compaction_isolate_freepages

Proto:static inline void trace_mm_compaction_isolate_freepages(unsigned long start_pfn, unsigned long end_pfn, unsigned long nr_scanned, unsigned long nr_taken)

Type:void

Parameter:

TypeParameterName
unsigned longstart_pfn
unsigned longend_pfn
unsigned longnr_scanned
unsigned longnr_taken

NULL

Caller
NameDescribe
isolate_freepages_blockIsolate free pages onto a private freelist. If @strict is true, will abort* returning 0 on any invalid PFNs or non-free pages inside of the pageblock* (even though it may still end up isolating some pages).