函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:not_in_range

函数原型:static inline int not_in_range(const void *mem_from, unsigned long mem_len, const void *lock_from, unsigned long lock_len)

返回类型:int

参数:

类型参数名称
const void *mem_from
unsigned longmem_len
const void *lock_from
unsigned longlock_len
5267  返回:lock_fromlock_len小于等于mem_frommem_frommem_len小于等于lock_from
调用者
名称描述
debug_check_no_locks_freedCalled when kernel memory is freed (or unmapped), or if a lock* is destroyed or reinitialized - this code checks whether there is* any held lock in the memory range of to :