Function report |
Source Code:kernel\notifier.c |
Create Date:2022-07-28 09:31:41 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:notifier_chain_unregister
Proto:static int notifier_chain_unregister(struct notifier_block **nl, struct notifier_block *n)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct notifier_block ** | nl | |
| struct notifier_block * | n |
| 49 | Return -ENOENT |
| Name | Describe |
|---|---|
| atomic_notifier_chain_unregister | atomic_notifier_chain_unregister - Remove notifier from an atomic notifier chain*@nh: Pointer to head of the atomic notifier chain*@n: Entry to remove from notifier chain* Removes a notifier from an atomic notifier chain. |
| blocking_notifier_chain_unregister | locking_notifier_chain_unregister - Remove notifier from a blocking notifier chain*@nh: Pointer to head of the blocking notifier chain*@n: Entry to remove from notifier chain* Removes a notifier from a blocking notifier chain. |
| raw_notifier_chain_unregister | aw_notifier_chain_unregister - Remove notifier from a raw notifier chain*@nh: Pointer to head of the raw notifier chain*@n: Entry to remove from notifier chain* Removes a notifier from a raw notifier chain.* All locking must be provided by the caller. |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |