Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:klp_free_objects

Proto:static void klp_free_objects(struct klp_patch *patch)

Type:void

Parameter:

TypeParameterName
struct klp_patch *patch
621  __klp_free_objects(patch, false)
Caller
NameDescribe
klp_free_patch_startThis function implements the free operations that can be called safely* under klp_mutex.* The operation must be completed by calling klp_free_patch_finish()* outside klp_mutex.