函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\livepatch\shadow.c Create Date:2022-07-27 11:31:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:klp_shadow_get_or_alloc() - get existing or allocate a new shadow variable*@obj: pointer to parent object*@id: data identifier*@size: size of attached data*@gfp_flags: GFP mask for allocation*@ctor: custom constructor to initialize the shadow data

函数原型:void *klp_shadow_get_or_alloc(void *obj, unsigned long id, size_t size, gfp_t gfp_flags, klp_shadow_ctor_t ctor, void *ctor_data)

返回类型:void

参数:

类型参数名称
void *obj
unsigned longid
size_tsize
gfp_tgfp_flags
klp_shadow_ctor_tctor
void *ctor_data
229  返回:__klp_shadow_get_or_alloc(obj, id, size, gfp_flags, ctor, ctor_data, false)
调用者
名称描述
shadow_get_or_alloc