Function report |
Source Code:kernel\time\tick-broadcast.c |
Create Date:2022-07-28 10:50:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Conditionally install/replace broadcast device
Proto:void tick_install_broadcast_device(struct clock_event_device *dev)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct clock_event_device * | dev |
98 | If Not Check, if the device can be utilized as broadcast device: Then Return |
101 | If Not try_module_get(owner) Then Return |
105 | If cur Then event_handler = Noop handler when we shut down an event device |
108 | If Not pumask_empty - *srcp == 0*@srcp: the cpumask to that all cpus < nr_cpu_ids are clear. Then Start the device in periodic mode |
118 | If features & CLOCK_EVT_FEAT_ONESHOT Then tick_clock_notify() |
Name | Describe |
---|---|
tick_check_new_device | Check, if the new registered device should be used. Called with* clockevents_lock held and interrupts disabled. |
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 |