Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_recursive_alloc

Proto:static inline bool check_recursive_alloc(unsigned long *entries, unsigned int nr_entries, unsigned long ip)

Type:bool

Parameter:

TypeParameterName
unsigned long *entries
unsigned intnr_entries
unsigned longip
109  When i < nr_entries cycle
110  If entries[i] == ip Then Return true
113  Return false
Caller
NameDescribe
save_stack