suse man page for hrtimer_start_range_ns

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)

NAME
hrtimer_start_range_ns - (re)start an hrtimer on the current CPU
SYNOPSIS
int hrtimer_start_range_ns(struct hrtimer * timer, ktime_t tim, unsigned long delta_ns, const enum hrtimer_mode mode);
ARGUMENTS
timer 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)
RETURNS
0 on success 1 when the timer was active
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 HRTIMER_START_RANGE_(9)
Related Man Pages
del_timer_sync(9) - centos
schedule_hrtimeout_range(9) - centos
iv_timer_unregister(3) - debian
timer_settime(2) - netbsd
gettimer(3c) - hpux
Similar Topics in the Unix Linux Community
Kernel crash - NULL pointer dereference when calling DEVICE_WRITE from KTHREAD in a USB device drive
Kernel crash - NULL pointer dereference when calling DEVICE_WRITE from KTHREAD in a USB device drive