Function report |
Source Code:kernel\sched\core.c |
Create Date:2022-07-28 09:35:31 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:resched_cpu
Proto:void resched_cpu(int cpu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu |
537 | raw_spin_lock_irqsave( & runqueue lock: , flags) |
540 | raw_spin_unlock_irqrestore( & runqueue lock: , flags) |
Name | Describe |
---|---|
rcu_implicit_dynticks_qs | Return true if the specified CPU has passed through a quiescent* state by virtue of being in or having passed through an dynticks* idle state since the last call to dyntick_save_progress_counter()* for this same CPU, or by virtue of having been offline. |
call_rcu | 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. |
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 |