函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:print_held_locks_bug

函数原型:static void print_held_locks_bug(void)

返回类型:void

参数:

5303  如果非Generic 'turn off all lock debugging' function:则返回
5305  如果The locking-testsuite uses to get a* 'silent failure': nothing is printed to the console when* a locking bug is detected.则返回
5308  打印警告信息("\n")
5309  打印警告信息("====================================\n")
5310  打印警告信息("WARNING: %s/%d still has locks held!\n", comm, task_pid_nr(当前进程))
5312  print_kernel_ident()
5313  打印警告信息("------------------------------------\n")
5314  lockdep_print_held_locks(当前进程)
5315  打印警告信息("\nstack backtrace:\n")
5316  dump_stack()
调用者
名称描述
debug_check_no_locks_held