Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\lockdep.c Create Date:2022-07-28 09:50:22
Last Modify:2020-03-17 14:16:01 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Remove a class from a lock chain. Must be called with the graph lock held.

Proto:static void remove_class_from_lock_chain(struct pending_free *pf, struct lock_chain *chain, struct lock_class *class)

Type:void

Parameter:

TypeParameterName
struct pending_free *pf
struct lock_chain *chain
struct lock_class *class

NULL

Caller
NameDescribe
remove_class_from_lock_chainsMust be called with the graph lock held.