Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:26:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rcu_pending
Proto:static int rcu_pending(int user)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | user |
2824 | rdp = this_cpu_ptr( & rcu_data) |
2825 | rnp = This CPU's leaf of hierarchy |
2828 | check_cpu_stall(rdp) |
2831 | If rcu_nocb_need_deferred_wakeup(rdp) Then Return 1 |
2840 | If Core waits for quiesc state. && Not norm && gp_in_progress Then Return 1 |
2844 | If Does the specified rcu_segcblist structure contain callbacks that* are ready to be invoked? Then Return 1 |
2860 | Return 0 |
Name | Describe |
---|---|
rcu_sched_clock_irq | This function is invoked from each scheduling-clock interrupt,* and checks to see if this CPU is in a non-context-switch quiescent* state, for example, user mode or idle loop. It also schedules RCU* core processing |
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 |