DEL_TIMER(9) Driver Basics DEL_TIMER(9)NAMEdel_timer - deactive a timer.SYNOPSISint del_timer(struct timer_list * timer);ARGUMENTStimer the timer to be deactivatedDESCRIPTIONdel_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. del_timer of an inactive timer returns 0, del_timer of an active timer returns 1.)COPYRIGHTKernel Hackers Manual 2.6. July 2010 DEL_TIMER(9)
| Related Man Pages |
|---|
| del_timer_sync(9) - centos |
| struct_hrtimer(9) - centos |
| iv_timer(3) - debian |
| mktimer(3c) - hpux |
| reltimer(3c) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Kernel Panic - Display Freeze/Lockup |
| Kernel panics : trying to write / read on tiny tty driver |