centos man page for set_timer_slack

Query: set_timer_slack

OS: centos

Section: 9

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

SET_TIMER_SLACK(9)						   Driver Basics						SET_TIMER_SLACK(9)

NAME
set_timer_slack - set the allowed slack for a timer
SYNOPSIS
void set_timer_slack(struct timer_list * timer, int slack_hz);
ARGUMENTS
timer the timer to be modified slack_hz the amount of time (in jiffies) allowed for rounding
DESCRIPTION
Set the amount of time, in jiffies, that a certain timer has in terms of slack. By setting this value, the timer subsystem will schedule the actual timer somewhere between the time mod_timer asks for, and that time plus the slack. By setting the slack to -1, a percentage of the delay is used instead.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SET_TIMER_SLACK(9)
Related Man Pages
struct_hrtimer(9) - centos
iv_timer(3) - debian
iv_timer_register(3) - debian
struct_hrtimer(9) - suse
timer_settime(3) - osf1
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
CentOS7 restoring file capabilities
Controlling user input
Please Welcome Dave Munro to the Moderator Team!