Query: mod_timer_pinned
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MOD_TIMER_PINNED(9) Driver Basics MOD_TIMER_PINNED(9)NAMEmod_timer_pinned - modify a timer's timeoutSYNOPSISint mod_timer_pinned(struct timer_list * timer, unsigned long expires);ARGUMENTStimer the timer to be modified expires new timeout in jiffiesDESCRIPTIONmod_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);COPYRIGHTKernel Hackers Manual 2.6. July 2010 MOD_TIMER_PINNED(9)
Related Man Pages |
---|
schedule_hrtimeout_range(9) - centos |
iv_timer(3) - debian |
getitimer(2) - netbsd |
gettimer(3c) - hpux |
reltimer(3c) - hpux |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Migrating to UNIX |
Cut command on RHEL 6.8 compatibility issues |
Docker learning Phase-I |
32 bit process addressing more than 4GB |