Function report |
Source Code:kernel\rcu\srcutree.c |
Create Date:2022-07-28 10:19:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:srcu_invoke_callbacks
Proto:static void srcu_invoke_callbacks(struct work_struct *work)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work |
1168 | rcu_cblist_init( & ready_cbs) |
1169 | spin_lock_irq_rcu_node(sdp) |
1174 | spin_unlock_irq_rcu_node(sdp) |
1175 | Return |
1179 | srcu_cblist_invoking = true |
1180 | rcu_segcblist_extract_done_cbs( & srcu_cblist, & ready_cbs) |
1181 | spin_unlock_irq_rcu_node(sdp) |
1182 | rhp = rcu_cblist_dequeue( & ready_cbs) |
1194 | spin_lock_irq_rcu_node(sdp) |
1195 | rcu_segcblist_insert_count( & srcu_cblist, & ready_cbs) |
1198 | srcu_cblist_invoking = false |
1199 | more = Does the specified rcu_segcblist structure contain callbacks that* are ready to be invoked? |
1200 | spin_unlock_irq_rcu_node(sdp) |
1201 | If more Then Schedule callback invocation for the specified srcu_data structure,* if possible, on the corresponding CPU. |
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 |