Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:keyring_describe

Proto:static void keyring_describe(const struct key *keyring, struct seq_file *m)

Type:void

Parameter:

TypeParameterName
const struct key *keyring
struct seq_file *m
439  If description Then seq_puts(m, description)
441  Else seq_puts(m, "[anon]")
444  If key_is_positive - Determine if a key has been positively instantiated*@key: The key to check.* Return true if the specified key has been positively instantiated, false* otherwise. Then
445  If nr_leaves_on_tree != 0 Then seq_printf(m, ": %lu", nr_leaves_on_tree)
447  Else seq_puts(m, ": empty")