Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name: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).

Proto:static void keyring_publish_name(struct key *keyring)

Type:void

Parameter:

TypeParameterName
struct key *keyring
109  ns = current_user_ns()
111  If description && description[0] && description[0] != '.' Then
114  write_lock( & keyring_name_lock)
115  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
116  write_unlock( & keyring_name_lock)
Caller
NameDescribe
keyring_instantiate