Function report |
Source Code:arch\x86\kernel\process.c |
Create Date:2022-07-28 07:48:49 |
Last Modify:2020-03-16 17:03:44 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:MONITOR/MWAIT with no hints, used for default C1 state. This invokes MWAIT* with interrupts enabled and no flags, which is backwards compatible with the* original MWAIT implementation.
Proto:static __cpuidle void mwait_idle(void)
Type:void
Parameter:Nothing
805 | If Not current_set_polling_and_test() Then |
806 | trace_cpu_idle_rcuidle(1, smp_processor_id()) |
807 | If this_cpu_has(AAI65, CLFLUSH required before MONITOR ) Then |
814 | If Not need_resched() Then __sti_mwait(0, 0) |
819 | Else |
822 | __current_clr_polling() |
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 |