函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\ucount.c Create Date:2022-07-27 10:34:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:inc_ucount

函数原型:struct ucounts *inc_ucount(struct user_namespace *ns, kuid_t uid, enum ucount_type type)

返回类型:struct ucounts

参数:

类型参数名称
struct user_namespace *ns
kuid_tuid
enum ucount_typetype
194  ucounts等于get_ucounts(ns, uid)
195 iter循环
197  tns等于ns
198  max等于READ_ONCE(ucount_max[type])
199  如果非atomic_inc_below( & ucount[type], max)则转到:fail
202  返回:ucounts
203  fail :
204  bad等于iter
205 iter不等于bad循环atomic_dec( & ucount[type])
208  put_ucounts(ucounts)
209  返回:NULL
调用者
名称描述
inc_cgroup_namespacesgroup namespaces
inc_uts_namespaces
inc_user_namespaces
inc_pid_namespaces
inotify_new_group
inc_ipc_namespaces
inc_mnt_namespaces
inc_inotify_watches