hrtimer_start(9) centos man page | unix.com

Man Page: hrtimer_start

Operating Environment: centos

Section: 9

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
del_timer_sync(9) - centos
iv_timer_unregister(3) - debian
iv_timer_register(3) - debian
timer_getoverrun(2) - netbsd
timer_gettime(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