Function report |
Source Code:kernel\time\alarmtimer.c |
Create Date:2022-07-28 10:45:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alarmtimer_dequeue - Removes an alarm timer from an alarm_base timerqueue*@base: pointer to the base where the timer is running*@alarm: pointer to alarm being removed* Removes alarm to a alarm_base timerqueue* Must hold base->lock when calling.
Proto:static void alarmtimer_dequeue(struct alarm_base *base, struct alarm *alarm)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct alarm_base * | base | |
struct alarm * | alarm |
189 | If Not (state & ALARMTIMER_STATE_ENQUEUED) Then Return |
193 | state &= ~ALARMTIMER_STATE_ENQUEUED |
Name | Describe |
---|---|
alarmtimer_fired | alarmtimer_fired - Handles alarm hrtimer being fired |
alarm_try_to_cancel | alarm_try_to_cancel - Tries to cancel an alarm timer*@alarm: ptr to alarm to be canceled* Returns 1 if the timer was canceled, 0 if it was not running,* and -1 if the callback was running |
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 |