Function report |
Source Code:kernel\time\clocksource.c |
Create Date:2022-07-28 10:44:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:locksource_select - Select the best clocksource available* Private function. Must hold clocksource_mutex when called.* Select the clocksource with the best rating, or the clocksource,* which is selected by userspace override.
Proto:static void clocksource_select(void)
Type:void
Parameter:Nothing
793 | __clocksource_select(false) |
Name | Describe |
---|---|
clocksource_done_booting | locksource_done_booting - Called near the end of core bootup* Hack to avoid lots of clocksource churn at boot time.* We use fs_initcall because we want this to start before* device_initcall but after subsys_initcall. |
__clocksource_register_scale | __clocksource_register_scale - Used to install new clocksources*@cs: clocksource to be registered*@scale: Scale factor multiplied against freq to get clocksource hz*@freq: clocksource frequency (cycles per second) divided by scale |
clocksource_change_rating | locksource_change_rating - Change the rating of a registered clocksource*@cs: clocksource to be changed*@rating: new rating |
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 |