Searched refs:KTIME_SEC_MAX (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dktime.h63 # define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC) macro
65 # define KTIME_SEC_MAX LONG_MAX macro
84 if (unlikely(secs >= KTIME_SEC_MAX))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dktime.h63 # define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC) macro
65 # define KTIME_SEC_MAX LONG_MAX macro
84 if (unlikely(secs >= KTIME_SEC_MAX))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dhrtimer.c322 * We use KTIME_SEC_MAX here, the maximum timeout which we can
326 res = ktime_set(KTIME_SEC_MAX, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dhrtimer.c322 * We use KTIME_SEC_MAX here, the maximum timeout which we can
326 res = ktime_set(KTIME_SEC_MAX, 0);

Completed in 183 milliseconds