Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:key_user_first

Proto:static struct rb_node *key_user_first(struct user_namespace *user_ns, struct rb_root *r)

Type:struct rb_node

Parameter:

TypeParameterName
struct user_namespace *user_ns
struct rb_root *r
268  n = This function returns the first node (in sort order) of the tree.
269  Return __key_user_next(user_ns, n)
Caller
NameDescribe
proc_key_users_start