Query: hrtimer_start_range_ns
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HRTIMER_START_RANGE_(9) Driver Basics HRTIMER_START_RANGE_(9)NAMEhrtimer_start_range_ns - (re)start an hrtimer on the current CPUSYNOPSISint hrtimer_start_range_ns(struct hrtimer * timer, ktime_t tim, unsigned long delta_ns, const enum hrtimer_mode mode);ARGUMENTStimer the timer to be added tim expiry time delta_ns "slack" range for the timer mode expiry mode: absolute (HRTIMER_ABS) or relative (HRTIMER_REL)RETURNS0 on success 1 when the timer was activeCOPYRIGHTKernel Hackers Manual 2.6. July 2010 HRTIMER_START_RANGE_(9)