Home
last modified time | relevance | path

Searched refs:HRTIMER_MODE_REL (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h89 HRTIMER_MODE_REL = 0x1, /**< Time value is relative to now. */ enumerator
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c326 if ((timer == NULL) || (mode != HRTIMER_MODE_REL)) { in linux_hrtimer_init()
327 PRINT_ERR("The timer is NULL OR The mode is not HRTIMER_MODE_REL!\n"); in linux_hrtimer_init()
375 if ((timer == NULL) || (mode != HRTIMER_MODE_REL)) { in linux_hrtimer_start()

Completed in 2 milliseconds