函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\keyring.c Create Date:2022-07-27 19:51:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Publish the name of a keyring so that it can be found by name (if it has* one and it doesn't begin with a dot).

函数原型:static void keyring_publish_name(struct key *keyring)

返回类型:void

参数:

类型参数名称
struct key *keyring
109  ns等于current_user_ns()
111  如果descriptiondescription[0]且description[0]不等于'.'则
114  write_lock( & keyring_name_lock)
115  添加链表项
116  write_unlock( & keyring_name_lock)
调用者
名称描述
keyring_instantiate