Searched refs:KTIME_MAX (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/time/
H A Dclockevents.c54 if (clc > KTIME_MAX)
55 clc = KTIME_MAX;
95 dev->next_event.tv64 = KTIME_MAX;
H A Dtick-broadcast.c408 dev->next_event.tv64 = KTIME_MAX;
409 next_event.tv64 = KTIME_MAX;
436 if (next_event.tv64 != KTIME_MAX) {
487 if (dev->next_event.tv64 != KTIME_MAX)
552 bc->next_event.tv64 = KTIME_MAX;
H A Dtick-sched.c363 time_delta = KTIME_MAX;
366 time_delta = KTIME_MAX;
388 if (time_delta < KTIME_MAX)
391 expires.tv64 = KTIME_MAX;
422 * If the expiration time == KTIME_MAX, then
425 if (unlikely(expires.tv64 == KTIME_MAX)) {
572 dev->next_event.tv64 = KTIME_MAX;
H A Dtick-oneshot.c82 dev->next_event.tv64 = KTIME_MAX;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/time/
H A Dclockevents.c54 if (clc > KTIME_MAX)
55 clc = KTIME_MAX;
95 dev->next_event.tv64 = KTIME_MAX;
H A Dtick-broadcast.c408 dev->next_event.tv64 = KTIME_MAX;
409 next_event.tv64 = KTIME_MAX;
436 if (next_event.tv64 != KTIME_MAX) {
487 if (dev->next_event.tv64 != KTIME_MAX)
552 bc->next_event.tv64 = KTIME_MAX;
H A Dtick-sched.c363 time_delta = KTIME_MAX;
366 time_delta = KTIME_MAX;
388 if (time_delta < KTIME_MAX)
391 expires.tv64 = KTIME_MAX;
422 * If the expiration time == KTIME_MAX, then
425 if (unlikely(expires.tv64 == KTIME_MAX)) {
572 dev->next_event.tv64 = KTIME_MAX;
H A Dtick-oneshot.c82 dev->next_event.tv64 = KTIME_MAX;
/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.h61 #define KTIME_MAX ((s64)~((u64)1 << 63)) macro
63 # define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC)
85 return (ktime_t){ .tv64 = KTIME_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.h61 #define KTIME_MAX ((s64)~((u64)1 << 63)) macro
63 # define KTIME_SEC_MAX (KTIME_MAX / NSEC_PER_SEC)
85 return (ktime_t){ .tv64 = KTIME_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.c515 expires_next.tv64 = KTIME_MAX;
540 if (cpu_base->expires_next.tv64 != KTIME_MAX)
668 base->expires_next.tv64 = KTIME_MAX;
1109 * Returns the delta to the next expiry event or KTIME_MAX if no timer
1116 ktime_t delta, mindelta = { .tv64 = KTIME_MAX };
1255 dev->next_event.tv64 = KTIME_MAX;
1259 expires_next.tv64 = KTIME_MAX;
1263 * We set expires_next to KTIME_MAX here with cpu_base->lock
1269 cpu_base->expires_next.tv64 = KTIME_MAX;
1320 if (expires_next.tv64 == KTIME_MAX ||
[all...]
H A Dtimer.c1213 if (hr_delta.tv64 == KTIME_MAX)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dhrtimer.c515 expires_next.tv64 = KTIME_MAX;
540 if (cpu_base->expires_next.tv64 != KTIME_MAX)
668 base->expires_next.tv64 = KTIME_MAX;
1109 * Returns the delta to the next expiry event or KTIME_MAX if no timer
1116 ktime_t delta, mindelta = { .tv64 = KTIME_MAX };
1255 dev->next_event.tv64 = KTIME_MAX;
1259 expires_next.tv64 = KTIME_MAX;
1263 * We set expires_next to KTIME_MAX here with cpu_base->lock
1269 cpu_base->expires_next.tv64 = KTIME_MAX;
1320 if (expires_next.tv64 == KTIME_MAX ||
[all...]
H A Dtimer.c1213 if (hr_delta.tv64 == KTIME_MAX)

Completed in 175 milliseconds