Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Movability check is different as compared to migration check

Proto:static inline bool hugepage_movable_supported(struct hstate *h)

Type:bool

Parameter:

TypeParameterName
struct hstate *h
618  If Not hugepage_migration_supported(h) Then Return false
621  If hstate_is_gigantic(h) Then Return false
623  Return true
Caller
NameDescribe
htlb_alloc_maskMovability of hugepages depends on migration support.