Function report |
Source Code:kernel\time\clocksource.c |
Create Date:2022-07-28 10:44:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Unbind clocksource @cs. Called with clocksource_mutex held
Proto:static int clocksource_unbind(struct clocksource *cs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct clocksource * | cs |
985 | If clocksource_is_watchdog(cs) Then |
987 | clocksource_select_watchdog(true) |
988 | If clocksource_is_watchdog(cs) Then Return -EBUSY |
995 | If [Clocksource internal variables]---------* curr_clocksource:* currently selected clocksource == cs Then Return -EBUSY |
999 | If clocksource_is_suspend(cs) Then |
1008 | clocksource_watchdog_lock( & flags) |
1011 | clocksource_watchdog_unlock( & flags) |
1013 | Return 0 |
Name | Describe |
---|---|
clocksource_unregister | locksource_unregister - remove a registered clocksource*@cs: clocksource to be unregistered |
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 |