mod_timer_pinned(9) suse man page | unix.com

Man Page: mod_timer_pinned

Operating Environment: suse

Section: 9

MOD_TIMER_PINNED(9)						   Driver Basics					       MOD_TIMER_PINNED(9)

NAME
mod_timer_pinned - modify a timer's timeout
SYNOPSIS
int mod_timer_pinned(struct timer_list * timer, unsigned long expires);
ARGUMENTS
timer the timer to be modified expires new timeout in jiffies
DESCRIPTION
mod_timer_pinned is a way to update the expire field of an active timer (if the timer is inactive it will be activated) and not allow the timer to be migrated to a different CPU. mod_timer_pinned(timer, expires) is equivalent to: del_timer(timer); timer->expires = expires; add_timer(timer);
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MOD_TIMER_PINNED(9)
Related Man Pages
struct_hrtimer(9) - centos
iv_timer_register(3) - debian
getitimer(2) - opendarwin
gettimer(3c) - hpux
struct_hrtimer(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
A (ksh) Library For and From UNIX.com