Function report |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-28 10:26:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:void rcu_sched_clock_irq(int user)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | user |
2261 | raw_cpu_inc(ticks_this_gp) |
2263 | If smp_load_acquire(this_cpu_ptr( & rcu_urgent_qs)) Then |
2272 | If rcu_pending(user) Then invoke_rcu_core() |
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 |