函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:lockdep_free_key_range

函数原型:void lockdep_free_key_range(void *start, unsigned long size)

返回类型:void

参数:

类型参数名称
void *start
unsigned longsize
5057  Initialize the lock_classes[] array elements, the free_lock_classes list* and also the delayed_free structure.
5059  如果inside_selftest()则Free all lockdep keys in the range [start, start+size). Does not sleep.* Ignores debug_locks. Must only be used by the lockdep selftests.
5061  否则Used in module
调用者
名称描述
reset_locks