hrtimer_start_range_ns(9) suse man page | unix.com

Man Page: hrtimer_start_range_ns

Operating Environment: suse

Section: 9

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
struct_hrtimer(9) - centos
iv_timer(3) - debian
timer_gettime(2) - netbsd
timer_getoverrun(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