centos man page for del_timer

Query: del_timer

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DEL_TIMER(9)							   Driver Basics						      DEL_TIMER(9)

NAME
del_timer - deactive a timer.
SYNOPSIS
int del_timer(struct timer_list * timer);
ARGUMENTS
timer the timer to be deactivated
DESCRIPTION
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. del_timer of an inactive timer returns 0, del_timer of an active timer returns 1.)
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEL_TIMER(9)
Related Man Pages
timer_delete(3c) - opensolaris
sdl_settimer(3) - redhat
iv_timer(3) - debian
swwdog(4) - netbsd
struct_hrtimer(9) - suse
Similar Topics in the Unix Linux Community
Kernel Panic - Display Freeze/Lockup
Kernel panics : trying to write / read on tiny tty driver