Function report | 
Source Code:kernel\time\timer.c | 
Create Date:2022-07-28 10:39:52 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:del_timer - deactivate a timer.*@timer: the timer to be deactivated* del_timer() deactivates a timer - this works on both active and inactive* timers.* The function returns whether it has deactivated a pending timer or not.* (ie
Proto:int del_timer(struct timer_list *timer)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct timer_list * | timer | 
| 1194 | ret = 0 | 
| 1196 | debug_assert_init(timer) | 
| 1200 | ret = detach_if_pending(timer, base, true) | 
| 1201 | raw_spin_unlock_irqrestore( & lock, flags) | 
| 1204 | Return ret | 
| 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  |