Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page_alloc.c Create Date:2022-07-28 15:05:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__alloc_pages_direct_compact

Proto:static inline struct page *__alloc_pages_direct_compact(gfp_t gfp_mask, unsigned int order, unsigned int alloc_flags, const struct alloc_context *ac, enum compact_priority prio, enum compact_result *compact_result)

Type:struct page

Parameter:

TypeParameterName
gfp_tgfp_mask
unsigned intorder
unsigned intalloc_flags
const struct alloc_context *ac
enum compact_priorityprio
enum compact_result *compact_result
4013  compact_result = COMPACT_SKIPPED
4014  Return NULL
Caller
NameDescribe
__alloc_pages_slowpath