Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__objagg_obj_get

Proto:static struct objagg_obj *__objagg_obj_get(struct objagg *objagg, void *obj)

Type:struct objagg_obj

Parameter:

TypeParameterName
struct objagg *objagg
void *obj
404  objagg_obj = objagg_obj_lookup(objagg, obj)
405  If objagg_obj Then
406  objagg_obj_ref_inc(objagg_obj)
407  Return objagg_obj
410  Return objagg_obj_create(objagg, obj)
Caller
NameDescribe
objagg_obj_init_with_hints
objagg_obj_getbjagg_obj_get - gets an object within objagg instance*@objagg: objagg instance*@obj: user-specific private object pointer* Note: all locking must be provided by the caller