Function report |
Source Code:kernel\sched\core.c |
Create Date:2022-07-28 09:36:11 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This is the entry point to schedule() from kernel preemption* off of irq context.* Note, that this is called and return with irqs disabled. This will* protect us against recursive calling from irq.
Proto:asmlinkage __visible void __sched preempt_schedule_irq(void)
Type:void
Parameter:Nothing
4338 | prev_state = exception_enter() |
4340 | Do |
4344 | local_irq_disable() |
4346 | When need_resched() cycle |
4348 | exception_exit(prev_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 |