函数逻辑报告 |
Source Code:kernel\notifier.c |
Create Date:2022-07-27 10:32:19 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:atomic_notifier_chain_register - Add notifier to an atomic notifier chain*@nh: Pointer to head of the atomic notifier chain*@n: New entry in notifier chain* Adds a notifier to an atomic notifier chain.* Currently always returns zero.
函数原型:int atomic_notifier_chain_register(struct atomic_notifier_head *nh, struct notifier_block *n)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct atomic_notifier_head * | nh | |
| struct notifier_block * | n |
| 117 | spin_lock_irqsave( & lock, flags) |
| 118 | ret等于Notifier chain core routines. The exported routines below* are layered on top of these, with appropriate locking added. |
| 119 | spin_unlock_irqrestore( & lock, flags) |
| 120 | 返回:ret |
| 名称 | 描述 |
|---|---|
| register_die_notifier | |
| register_restart_handler | gister_restart_handler - Register function to be called to reset* the system*@nb: Info about handler function to be called*@nb->priority: Handler priority |
| task_handoff_register | |
| hung_task_init | |
| tracer_alloc_buffers | |
| cpu_pm_register_notifier | pu_pm_register_notifier - register a driver with cpu_pm*@nb: notifier block to register* Add a driver to a list of drivers that are notified about* CPU and CPU cluster low power entry and exit |
| register_kernel_offset_dumper | |
| check_cpu_stall_init |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |