Function report |
Source Code:kernel\rcu\tiny.c |
Create Date:2022-07-28 10:29:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Invoke the RCU callbacks whose grace period has elapsed.
Proto:static __latent_entropy void rcu_process_callbacks(struct softirq_action *unused)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct softirq_action * | unused |
83 | local_irq_save(flags) |
87 | Return |
91 | * ->next pointer of last "done" CB. = NULL |
92 | If ->next pointer of last CB. == ->next pointer of last "done" CB. Then ->next pointer of last CB. = List of pending callbacks (CBs). |
102 | local_bh_disable() |
104 | local_bh_enable() |
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 |