Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\livepatch\shadow.c Create Date:2022-07-28 10:31:29
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:klp_shadow_free_all() - detach and free all <*, id> shadow variables*@id: data identifier*@dtor: custom callback that can be used to unregister the variable* and/or free data that the shadow variable points to (optional)* This function releases the memory

Proto:void klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor)

Type:void

Parameter:

TypeParameterName
unsigned longid
klp_shadow_dtor_tdtor
289  spin_lock_irqsave( & klp_shadow_lock provides exclusive access to the klp_shadow_hash and* the shadow variables it references., flags)
293  If klp_shadow_match() - verify a shadow variable matches given *@shadow: shadow variable to match*@obj: pointer to parent object*@id: data identifier* Return: true if the shadow variable matches. Then klp_shadow_free_struct(shadow, dtor)
297  spin_unlock_irqrestore( & klp_shadow_lock provides exclusive access to the klp_shadow_hash and* the shadow variables it references., flags)
Caller
NameDescribe
shadow_free_all