函数逻辑报告 |
Source Code:kernel\locking\lockdep.c |
Create Date:2022-07-27 10:49:46 |
Last Modify:2020-03-17 14:16:01 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:print_lockdep_off
函数原型:static void print_lockdep_off(const char *bug_msg)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | bug_msg |
442 | printk(debug-level messages "%s\n", bug_msg) |
443 | printk(debug-level messages "turning off the locking correctness validator.\n") |
名称 | 描述 |
---|---|
register_lock_class | Register a lock's class in the hash-table, if the class is not present* yet. Otherwise we look it up. We cache the result in the lock object* itself, so actual lookup of the hash should be once per lock object. |
__lock_acquire | This gets called for every mutex_lock*()/spin_lock*() operation |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |