Function report |
Source Code:kernel\time\tick-broadcast.c |
Create Date:2022-07-28 10:50:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check, if the device can be utilized as broadcast device:
Proto:static bool tick_check_broadcast_device(struct clock_event_device *curdev, struct clock_event_device *newdev)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct clock_event_device * | curdev | |
struct clock_event_device * | newdev |
79 | If features & CLOCK_EVT_FEAT_DUMMY || features & CLOCK_EVT_FEAT_PERCPU || features & CLOCK_EVT_FEAT_C3STOP Then Return false |
84 | If mode == TICKDEV_MODE_ONESHOT && Not (features & CLOCK_EVT_FEAT_ONESHOT) Then Return false |
Name | Describe |
---|---|
tick_install_broadcast_device | Conditionally install/replace broadcast device |
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 |