Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dev_exception_clean - frees all entries of the exception list*@dev_cgroup: dev_cgroup with the exception list to be cleaned* called under devcgroup_mutex

Proto:static void dev_exception_clean(struct dev_cgroup *dev_cgroup)

Type:void

Parameter:

TypeParameterName
struct dev_cgroup *dev_cgroup
158  lockdep_assert_held( & devcgroup_mutex)
160  __dev_exception_clean(dev_cgroup)
Caller
NameDescribe
devcgroup_update_accessModify the exception list using allow/deny rules