函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:put_ucounts

函数原型:static void put_ucounts(struct ucounts *ucounts)

返回类型:void

参数:

类型参数名称
struct ucounts *ucounts
164  spin_lock_irqsave( & ucounts_lock, flags)
165  count减等于1
166  如果非counthlist_del_init( & node)
168  否则ucounts = NULL
170  spin_unlock_irqrestore( & ucounts_lock, flags)
172  释放内存
调用者
名称描述
inc_ucount
dec_ucount