Function report |
Source Code:kernel\rcu\update.c |
Create Date:2022-07-28 10:17:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__wait_rcu_gp
Proto:void __wait_rcu_gp(bool checktiny, int n, call_rcu_func_t *crcu_array, struct rcu_synchronize *rs_array)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
bool | checktiny | |
int | n | |
call_rcu_func_t * | crcu_array | |
struct rcu_synchronize * | rs_array |
353 | might_sleep() |
354 | Continue |
356 | init_rcu_head_on_stack( & head) |
357 | init_completion( & completion) |
358 | When j < i cycle If crcu_array[j] == crcu_array[i] Then |
360 | Break |
367 | If checktiny && crcu_array[i] == Post an RCU callback to be invoked after the end of an RCU grace* period. But since we have but one CPU, that would be after any* quiescent state. Then Continue |
370 | When j < i cycle If crcu_array[j] == crcu_array[i] Then |
372 | Break |
375 | destroy_rcu_head_on_stack( & head) |
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 |