函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Must be called with the graph lock held.

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

返回类型:void

参数:

类型参数名称
struct pending_free *pf
struct lock_class *class
4833 i小于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(chain哈希表)循环
4834  head等于chain哈希表i
4836  Remove a class from a lock chain. Must be called with the graph lock held.
调用者
名称描述
zap_classRemove all references to a lock class. The caller must hold the graph lock.