函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\lockdep.c Create Date:2022-07-27 10:50:39
Last Modify:2020-03-17 14:16:01 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Remove a class from a lock chain. Must be called with the graph lock held.

函数原型:static void remove_class_from_lock_chain(struct pending_free *pf, struct lock_chain *chain, struct lock_class *class)

返回类型:void

参数:

类型参数名称
struct pending_free *pf
struct lock_chain *chain
struct lock_class *class

NULL

调用者
名称描述
remove_class_from_lock_chainsMust be called with the graph lock held.