Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Called with no locks held.* Called in context of an exiting or an exec-ing thread.

Proto:void uprobe_free_utask(struct task_struct *t)

Type:void

Parameter:

TypeParameterName
struct task_struct *t
1720  utask = utask
1723  If Not utask Then Return
1726  If active_uprobe Then put_uprobe(active_uprobe)
1729  ri = return_instances
1730  When ri cycle
1731  ri = free_ret_instance(ri)
1733  xol_free_insn_slot - If slot was earlier allocated by*@xol_get_insn_slot(), make the slot available for* subsequent requests.
1734  kfree(utask)
1735  utask = NULL