函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page_owner.c Create Date:2022-07-27 17:58:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:check_recursive_alloc

函数原型:static inline bool check_recursive_alloc(unsigned long *entries, unsigned int nr_entries, unsigned long ip)

返回类型:bool

参数:

类型参数名称
unsigned long *entries
unsigned intnr_entries
unsigned longip
109 i小于nr_entries循环
110  如果entries[i]恒等于ip则返回:true
113  返回:false
调用者
名称描述
save_stack