Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-28 13:44:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:delayed_uprobe_remove

Proto:static void delayed_uprobe_remove(struct uprobe *uprobe, struct mm_struct *mm)

Type:void

Parameter:

TypeParameterName
struct uprobe *uprobe
struct mm_struct *mm
333  If Not uprobe && Not mm Then Return
337  du = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(pos, structdelayed_uprobe, list)
339  If uprobe && uprobe != uprobe Then Continue
341  If mm && mm != mm Then Continue
344  delayed_uprobe_delete(du)
Caller
NameDescribe
update_ref_ctr
put_uprobe
uprobe_clear_stateprobe_clear_state - Free the area allocated for slots.