Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:module_unload_ei_list

Proto:static void module_unload_ei_list(struct module *mod)

Type:void

Parameter:

TypeParameterName
struct module *mod
114  If Not num_ei_funcs Then Return
117  mutex_lock( & ei_mutex)
119  If priv == mod Then
120  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
121  kfree(ent)
124  mutex_unlock( & ei_mutex)
Caller
NameDescribe
ei_module_callbackModule notifier call back, checking error injection table on the module