Function report |
Source Code:kernel\notifier.c |
Create Date:2022-07-28 09:31:42 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:er_call_chain - Informs the registered notifiers about an event.*@nl: Pointer to head of the blocking notifier chain*@val: Value passed unmodified to notifier function*@v: Pointer passed unmodified to notifier function
Proto:static int notifier_call_chain(struct notifier_block **nl, unsigned long val, void *v, int nr_to_call, int *nr_calls)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct notifier_block ** | nl | |
| unsigned long | val | |
| void * | v | |
| int | nr_to_call | |
| int * | nr_calls |
| 68 | ret = Don't care |
| 71 | nb = Dependency order vs. p above. ( * nl) |
| 73 | When nb && nr_to_call cycle |
| 93 | Return ret |
| Name | Describe |
|---|---|
| __atomic_notifier_call_chain | __atomic_notifier_call_chain - Call functions in an atomic notifier chain*@nh: Pointer to head of the atomic notifier chain*@val: Value passed unmodified to notifier function*@v: Pointer passed unmodified to notifier function |
| __blocking_notifier_call_chain | __blocking_notifier_call_chain - Call functions in a blocking notifier chain*@nh: Pointer to head of the blocking notifier chain*@val: Value passed unmodified to notifier function*@v: Pointer passed unmodified to notifier function |
| __raw_notifier_call_chain | __raw_notifier_call_chain - Call functions in a raw notifier chain*@nh: Pointer to head of the raw notifier chain*@val: Value passed unmodified to notifier function*@v: Pointer passed unmodified to notifier function |
| 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 |