Searched refs:TIMER_ABSTIME (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/compat/sys/
H A D_libevent_time.h159 #define TIMER_ABSTIME 0x1 /* absolute timer */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtime.h305 #define TIMER_ABSTIME 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-cpu-timers.c280 * values through the TIMER_ABSTIME flag, therefore we have
769 if (new_expires.sched != 0 && !(flags & TIMER_ABSTIME)) {
1504 if (flags & TIMER_ABSTIME)
1534 error = do_cpu_nanosleep(which_clock, TIMER_ABSTIME, &t, &it);
H A Dposix-timers.c10 * 2004-06-01 Fix CLOCK_REALTIME clock/timer TIMER_ABSTIME bug.
744 mode = flags & TIMER_ABSTIME ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL;
963 return hrtimer_nanosleep(tsave, rmtp, flags & TIMER_ABSTIME ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmmtimer.c693 if (flags & TIMER_ABSTIME) {

Completed in 123 milliseconds