centos man page for hrtimer_start

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)

NAME
hrtimer_start - (re)start an hrtimer on the current CPU
SYNOPSIS
int hrtimer_start(struct hrtimer * timer, ktime_t tim, const enum hrtimer_mode mode);
ARGUMENTS
timer the timer to be added tim expiry time mode expiry mode: absolute (HRTIMER_MODE_ABS) or relative (HRTIMER_MODE_REL)
RETURNS
0 on success 1 when the timer was active
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 HRTIMER_START(9)
Related Man Pages
struct_hrtimer(9) - centos
iv_timer_unregister(3) - debian
timer_settime(2) - netbsd
timer_gettime(2) - netbsd
timer_settime(3) - osf1
Similar Topics in the Unix Linux Community
RHEL: Users unable to login via SSH
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