Function report |
Source Code:kernel\time\clocksource.c |
Create Date:2022-07-28 10:44:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:clocksource_is_suspend
Proto:static bool clocksource_is_suspend(struct clocksource *cs)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct clocksource * | cs |
465 | Return cs == suspend_clocksource |
Name | Describe |
---|---|
clocksource_start_suspend_timing | locksource_start_suspend_timing - Start measuring the suspend timing*@cs: current clocksource from timekeeping*@start_cycles: current cycles from timekeeping* This function will save the start cycle values of suspend timer to calculate |
clocksource_stop_suspend_timing | locksource_stop_suspend_timing - Stop measuring the suspend timing*@cs: current clocksource from timekeeping*@cycle_now: current cycles from timekeeping* This function will calculate the suspend time from suspend timer. |
clocksource_unbind | Unbind clocksource @cs. Called with clocksource_mutex held |
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 |