Function report |
Source Code:kernel\time\tick-common.c |
Create Date:2022-07-28 10:50:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Setup the device for a periodic tick
Proto:void tick_setup_periodic(struct clock_event_device *dev, int broadcast)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct clock_event_device * | dev | |
int | broadcast |
153 | If Not tick_device_is_functional(dev) Then Return |
156 | If features & CLOCK_EVT_FEAT_PERIODIC && Not tick_broadcast_oneshot_active() Then |
159 | Else |
Name | Describe |
---|---|
tick_setup_device | Setup the tick device |
tick_resume_local | k_resume_local - Resume the local tick device* Called from the local CPU for unfreeze or XEN resume magic.* No locks required. Nothing can change the per cpu device. |
tick_broadcast_start_periodic | Start the device in periodic mode |
tick_broadcast_control | k_broadcast_control - Enable/disable or force broadcast mode*@mode: The selected broadcast mode* Called when the system enters a state where affected tick devices* might stop. Note: TICK_BROADCAST_FORCE cannot be undone. |
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 |