Searched refs:ktime_to_ns (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtimer_list.c70 (unsigned long long)ktime_to_ns(hrtimer_get_softexpires(timer)),
71 (unsigned long long)ktime_to_ns(hrtimer_get_expires(timer)),
72 (long long)(ktime_to_ns(hrtimer_get_softexpires(timer)) - now),
73 (long long)(ktime_to_ns(hrtimer_get_expires(timer)) - now));
119 (unsigned long long)ktime_to_ns(base->resolution));
125 (unsigned long long) ktime_to_ns(base->offset));
147 (unsigned long long)(ktime_to_ns(cpu_base->x)))
166 (unsigned long long)(ktime_to_ns(ts->x)))
219 (unsigned long long) ktime_to_ns(dev->next_event));
259 u64 now = ktime_to_ns(ktime_ge
[all...]
H A Dtimecompare.c85 sample.duration_target = ktime_to_ns(ktime_sub(end, start));
93 (ktime_to_ns(end) + ktime_to_ns(start)) / 2 -
H A Dclockevents.c115 delta = ktime_to_ns(ktime_sub(expires, now));
H A Dtick-sched.c71 s64 incr = ktime_to_ns(tick_period);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kprobes/
H A Dkretprobe_example.c64 delta = ktime_to_ns(ktime_sub(now, data->entry_stamp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dasync.c142 (long long)ktime_to_ns(delta) >> 10);
285 (long long)ktime_to_ns(delta) >> 10);
H A Dsched_clock.c107 u64 ktime_now = ktime_to_ns(ktime_get());
251 now_gtod = ktime_to_ns(ktime_get());
H A Dhrtimer.c301 dclc = ktime_to_ns(kt);
814 s64 incr = ktime_to_ns(interval);
1361 ktime_to_ns(delta));
H A Dsched_rt.c183 return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period);
276 return ktime_to_ns(def_rt_bandwidth.rt_period);
337 rt_period = ktime_to_ns(rt_b->rt_period);
H A Dsched_debug.c317 u64 now = ktime_to_ns(ktime_get());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dtimer.h182 (unsigned long long)ktime_to_ns((ktime_t) {
184 (unsigned long long)ktime_to_ns((ktime_t) {
215 (unsigned long long)ktime_to_ns((ktime_t) { .tv64 = __entry->now }))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c53 return ktime_to_ns(ktime_sub(after, before)) >> 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dpkt_sched.h53 return PSCHED_NS2TICKS(ktime_to_ns(ktime_get()));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhrtimer.h242 return ktime_to_ns(timer->_expires);
361 delta = ktime_to_ns(ktime_sub(hard, soft));
H A Dktime.h131 #define ktime_to_ns(kt) ((kt).tv64) macro
268 * ktime_to_ns - convert a ktime_t variable to scalar nanoseconds
273 static inline s64 ktime_to_ns(const ktime_t kt) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_time.c173 stamp = ktime_to_ns(skb->tstamp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-raw-event.c113 delta = ktime_to_ns(ktime_sub(now, ir->raw->last_event));
204 delta = ktime_to_ns(ktime_sub(now, ir->raw->last_event));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpuidle/governors/
H A Dmenu.c255 DIV_ROUND_UP((u32)ktime_to_ns(tick_nohz_get_sleep_length()), 1000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Ddebug_fs.c264 (unsigned long long)ktime_to_ns(lkb->lkb_timestamp),
265 (unsigned long long)ktime_to_ns(lkb->lkb_time_bast));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_input.c247 if (ktime_to_ns(di->poll_time) <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dwalkera0701.c136 w->irq_time = ktime_to_ns(ktime_get());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dlapic.c521 if (ktime_to_ns(remaining) < 0)
524 ns = mod_64(ktime_to_ns(remaining), apic->lapic_timer.period);
687 APIC_BUS_CYCLE_NS, ktime_to_ns(now),
690 ktime_to_ns(ktime_add_ns(now,
H A Di8254.c124 elapsed = ps->pit_timer.period - ktime_to_ns(remaining);
136 return ktime_to_ns(ktime_sub(ktime_get(), c->count_load_time));
622 refresh_clock = ((unsigned int)ktime_to_ns(ktime_get()) >> 14) & 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Dmain.c192 error, (unsigned long long)ktime_to_ns(delta) >> 10);
363 (unsigned long long)ktime_to_ns(delta) >> 10);
414 usecs64 = ktime_to_ns(ktime_sub(calltime, starttime));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c1447 seq += ktime_to_ns(ktime_get_real());
1509 seq += ktime_to_ns(ktime_get_real()) >> 6;
1568 seq += ktime_to_ns(ktime_get_real());

Completed in 322 milliseconds

12