Query: hrtimer_start
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HRTIMER_START(9) Driver Basics HRTIMER_START(9)NAMEhrtimer_start - (re)start an hrtimer on the current CPUSYNOPSISint hrtimer_start(struct hrtimer * timer, ktime_t tim, const enum hrtimer_mode mode);ARGUMENTStimer the timer to be added tim expiry time 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(9)