Query: hrtimer_start
OS: centos
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_MODE_ABS) or relative (HRTIMER_MODE_REL)RETURNS0 on success 1 when the timer was activeCOPYRIGHTKernel Hackers Manual 3.10 June 2014 HRTIMER_START(9)