Function report |
Source Code:kernel\notifier.c |
Create Date:2022-07-28 09:31:46 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:int blocking_notifier_chain_unregister(struct blocking_notifier_head *nh, struct notifier_block *n)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct blocking_notifier_head * | nh | |
| struct notifier_block * | n |
| 246 | lock for writing |
| 247 | ret = notifier_chain_unregister( & head, n) |
| 249 | Return ret |
| Name | Describe |
|---|---|
| unregister_reboot_notifier | register_reboot_notifier - Unregister previously registered reboot notifier*@nb: Hook to be unregistered* Unregisters a previously registered reboot* notifier function.* Returns zero on success, or %-ENOENT on failure. |
| pm_qos_remove_notifier | pm_qos_remove_notifier - deletes notification entry from chain.*@pm_qos_class: identifies which qos target changes are notified.*@notifier: notifier block to be removed.* will remove the notifier from the notification chain that gets called |
| freq_qos_remove_notifier | q_qos_remove_notifier - Remove frequency QoS change notifier.*@qos: List of requests to remove the notifier from.*@type: Request type.*@notifier: Notifier block to remove. |
| profile_event_unregister | |
| unregister_module_notifier | |
| unregister_tracepoint_module_notifier | register_tracepoint_notifier - unregister tracepoint coming/going notifier*@nb: notifier block* The notifier block callback should expect a "struct tp_module" data* pointer. |
| padata_unregister_cpumask_notifier | padata_unregister_cpumask_notifier - Unregisters cpumask notifier* registered earlier using padata_register_cpumask_notifier*@pinst: A pointer to data instance.*@nlock: A pointer to notifier block. |
| unregister_vmap_purge_notifier |
| 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 |