Searched refs:tv64 (Results 1 - 25 of 66) sorted by relevance

123

/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.h39 * mathematical operations on the tv64 member of the union too, which
47 s64 tv64; member in union:ktime
85 return (ktime_t){ .tv64 = KTIME_MAX };
87 return (ktime_t) { .tv64 = (s64)secs * NSEC_PER_SEC + (s64)nsecs };
92 ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
96 ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
[all...]
H A Dhrtimer.h203 static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64 tv64) argument
205 timer->_expires.tv64 = tv64;
206 timer->_softexpires.tv64 = tv64;
233 return timer->_expires.tv64;
237 return timer->_softexpires.tv64;
279 # define KTIME_HIGH_RES (ktime_t) { .tv64 = HIGH_RES_NSEC }
439 # define ktime_divns(kt, div) (u64)((kt).tv64 / (div))
H A Dtick.h134 ktime_t len = { .tv64 = NSEC_PER_SEC/HZ };
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dktime.h39 * mathematical operations on the tv64 member of the union too, which
47 s64 tv64; member in union:ktime
85 return (ktime_t){ .tv64 = KTIME_MAX };
87 return (ktime_t) { .tv64 = (s64)secs * NSEC_PER_SEC + (s64)nsecs };
92 ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; })
96 ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; })
[all...]
H A Dhrtimer.h203 static inline void hrtimer_set_expires_tv64(struct hrtimer *timer, s64 tv64) argument
205 timer->_expires.tv64 = tv64;
206 timer->_softexpires.tv64 = tv64;
233 return timer->_expires.tv64;
237 return timer->_softexpires.tv64;
279 # define KTIME_HIGH_RES (ktime_t) { .tv64 = HIGH_RES_NSEC }
439 # define ktime_divns(kt, div) (u64)((kt).tv64 / (div))
H A Dtick.h134 ktime_t len = { .tv64 = NSEC_PER_SEC/HZ };
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dhrtimer.c170 return expires.tv64 <= new_base->cpu_base->expires_next.tv64;
256 tmp.tv64 = nsec;
280 tmp.tv64 = nsec;
325 if (res.tv64 < 0 || res.tv64 < lhs.tv64 || res.tv64 < rhs.tv64)
515 expires_next.tv64
[all...]
H A Ditimer.c37 if (rem.tv64 <= 0)
38 rem.tv64 = NSEC_PER_USEC;
40 rem.tv64 = 0;
220 if (expires.tv64 != 0) {
225 tsk->signal->it_real_incr.tv64 = 0;
H A Dposix-timers.c317 if (timr->it.real.interval.tv64 == 0)
396 if (timr->it.real.interval.tv64 != 0)
405 if (timr->it.real.interval.tv64 != 0) {
412 if (timr->it.real.interval.tv64 < kj.tv64)
638 if (iv.tv64)
651 if (iv.tv64 && (timr->it_requeue_pending & REQUEUE_PENDING ||
657 if (remaining.tv64 <= 0) {
728 timr->it.real.interval.tv64 = 0;
809 timer->it.real.interval.tv64
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dhrtimer.c170 return expires.tv64 <= new_base->cpu_base->expires_next.tv64;
256 tmp.tv64 = nsec;
280 tmp.tv64 = nsec;
325 if (res.tv64 < 0 || res.tv64 < lhs.tv64 || res.tv64 < rhs.tv64)
515 expires_next.tv64
[all...]
H A Ditimer.c37 if (rem.tv64 <= 0)
38 rem.tv64 = NSEC_PER_USEC;
40 rem.tv64 = 0;
220 if (expires.tv64 != 0) {
225 tsk->signal->it_real_incr.tv64 = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/time/
H A Dtick-broadcast.c408 dev->next_event.tv64 = KTIME_MAX;
409 next_event.tv64 = KTIME_MAX;
415 if (td->evtdev->next_event.tv64 <= now.tv64)
417 else if (td->evtdev->next_event.tv64 < next_event.tv64)
418 next_event.tv64 = td->evtdev->next_event.tv64;
436 if (next_event.tv64 != KTIME_MAX) {
479 if (dev->next_event.tv64 < b
[all...]
H A Dtick-sched.c56 if (delta.tv64 < tick_period.tv64)
63 if (delta.tv64 >= tick_period.tv64) {
70 if (unlikely(delta.tv64 >= tick_period.tv64)) {
95 if (last_jiffies_update.tv64 == 0)
385 tick_period.tv64 * delta_jiffies);
391 expires.tv64 = KTIME_MAX;
425 if (unlikely(expires.tv64
[all...]
H A Dclockevents.c95 dev->next_event.tv64 = KTIME_MAX;
110 if (unlikely(expires.tv64 < 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/time/
H A Dtick-broadcast.c408 dev->next_event.tv64 = KTIME_MAX;
409 next_event.tv64 = KTIME_MAX;
415 if (td->evtdev->next_event.tv64 <= now.tv64)
417 else if (td->evtdev->next_event.tv64 < next_event.tv64)
418 next_event.tv64 = td->evtdev->next_event.tv64;
436 if (next_event.tv64 != KTIME_MAX) {
479 if (dev->next_event.tv64 < b
[all...]
H A Dtick-sched.c56 if (delta.tv64 < tick_period.tv64)
63 if (delta.tv64 >= tick_period.tv64) {
70 if (unlikely(delta.tv64 >= tick_period.tv64)) {
95 if (last_jiffies_update.tv64 == 0)
385 tick_period.tv64 * delta_jiffies);
391 expires.tv64 = KTIME_MAX;
425 if (unlikely(expires.tv64
[all...]
H A Dclockevents.c95 dev->next_event.tv64 = KTIME_MAX;
110 if (unlikely(expires.tv64 < 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/trace/events/
H A Dtimer.h176 __entry->expires = hrtimer_get_expires(hrtimer).tv64;
177 __entry->softexpires = hrtimer_get_softexpires(hrtimer).tv64;
183 .tv64 = __entry->expires }),
185 .tv64 = __entry->softexpires }))
210 __entry->now = now->tv64;
215 (unsigned long long)ktime_to_ns((ktime_t) { .tv64 = __entry->now }))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/trace/events/
H A Dtimer.h176 __entry->expires = hrtimer_get_expires(hrtimer).tv64;
177 __entry->softexpires = hrtimer_get_softexpires(hrtimer).tv64;
183 .tv64 = __entry->expires }),
185 .tv64 = __entry->softexpires }))
210 __entry->now = now->tv64;
215 (unsigned long long)ktime_to_ns((ktime_t) { .tv64 = __entry->now }))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dtimerfd.c38 * tintv.tv64 != 0) until the timer is accessed.
59 return remaining.tv64 < 0 ? ktime_set(0, 0): remaining;
78 if (texp.tv64 != 0)
123 if (ctx->expired && ctx->tintv.tv64) {
125 * If tintv.tv64 != 0, this is a periodic timer that
233 if (ctx->expired && ctx->tintv.tv64)
264 if (ctx->expired && ctx->tintv.tv64) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dtimerfd.c38 * tintv.tv64 != 0) until the timer is accessed.
59 return remaining.tv64 < 0 ? ktime_set(0, 0): remaining;
78 if (texp.tv64 != 0)
123 if (ctx->expired && ctx->tintv.tv64) {
125 * If tintv.tv64 != 0, this is a periodic timer that
233 if (ctx->expired && ctx->tintv.tv64)
264 if (ctx->expired && ctx->tintv.tv64) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kvm/
H A Dtiming.c50 vcpu->arch.timing_exit.tv64 = 0;
51 vcpu->arch.timing_last_enter.tv64 = 0;
103 u64 enter = vcpu->arch.timing_last_enter.tv64;
106 vcpu->arch.timing_last_exit = vcpu->arch.timing_exit.tv64;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dtiming.c50 vcpu->arch.timing_exit.tv64 = 0;
51 vcpu->arch.timing_last_enter.tv64 = 0;
103 u64 enter = vcpu->arch.timing_last_enter.tv64;
106 vcpu->arch.timing_last_exit = vcpu->arch.timing_exit.tv64;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/can/
H A Dbcm.c187 if (op->kt_ival1.tv64)
192 if (op->kt_ival2.tv64)
213 if (op->kt_ival1.tv64)
217 if (op->kt_ival2.tv64)
351 if (op->kt_ival1.tv64 && (op->count > 0)) {
369 if (op->kt_ival1.tv64 && (op->count > 0)) {
378 if (op->kt_ival2.tv64) {
444 if (!op->kt_ival2.tv64) {
455 if (!op->kt_lastmsg.tv64)
519 if (op->kt_ival1.tv64)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/can/
H A Dbcm.c187 if (op->kt_ival1.tv64)
192 if (op->kt_ival2.tv64)
213 if (op->kt_ival1.tv64)
217 if (op->kt_ival2.tv64)
351 if (op->kt_ival1.tv64 && (op->count > 0)) {
369 if (op->kt_ival1.tv64 && (op->count > 0)) {
378 if (op->kt_ival2.tv64) {
444 if (!op->kt_ival2.tv64) {
455 if (!op->kt_lastmsg.tv64)
519 if (op->kt_ival1.tv64)
[all...]

Completed in 304 milliseconds

123