Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:uprobes_init

Proto:void __init uprobes_init(void)

Type:void

Parameter:Nothing

2354  When i < UPROBES_HASH_SZ cycle mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & serialize uprobe->pending_list [i])
2357  BUG_ON(register_die_notifier( & uprobe_exception_nb))