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)NAMEset_timer_slack - set the allowed slack for a timerSYNOPSISvoid set_timer_slack(struct timer_list * timer, int slack_hz);ARGUMENTStimer the timer to be modified slack_hz the amount of time (in jiffies) allowed for roundingDESCRIPTIONSet 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SET_TIMER_SLACK(9)
Related Man Pages |
---|
time(7) - centos |
del_timer_sync(9) - centos |
schedule_hrtimeout_range(9) - centos |
iv_timer(3) - debian |
iv_timer_register(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Tar Command |
CentOS7 restoring file capabilities |
Unsure why access time on a directory change isn't changing |
Controlling user input |
[TIP] Processing YAML files with yq |