Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__release_ruleset

Proto:static void __release_ruleset(struct callback_head *rcu)

Type:void

Parameter:

TypeParameterName
struct callback_head *rcu
62  pol = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(rcu, structsetuid_ruleset, rcu)
68  hash_for_each_safe - iterate over a hashtable safe against removal of* hash entry*@name: hashtable to iterate*@bkt: integer to use as bucket loop cursor*@tmp: a &struct used for temporary storage*@obj: the type * to use as a loop cursor for each (rules, bucket, tmp, rule, next)
69  kfree(rule)
70  kfree(policy_str)
71  kfree(pol)