Searched refs:ia64_get_itc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dtime.c103 now = ia64_get_itc();
133 now = ia64_get_itc();
179 if (!time_after(ia64_get_itc(), new_itm))
181 ia64_get_itc(), new_itm);
207 if (time_after(new_itm, ia64_get_itc()))
229 while (!time_after(new_itm, ia64_get_itc() + local_cpu_data->itm_delta/2))
233 } while (time_after_eq(ia64_get_itc(), new_itm));
258 local_cpu_data->itm_next = ia64_get_itc() + delta + shift;
453 unsigned long start = ia64_get_itc();
456 while (time_before(ia64_get_itc(), en
[all...]
H A Dunwind.c1545 STAT(++unw.stat.script.builds; start = ia64_get_itc());
1557 STAT(unw.stat.script.build_time += ia64_get_itc() - start);
1564 STAT(parse_start = ia64_get_itc());
1581 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start);
1582 STAT(unw.stat.script.build_time += ia64_get_itc() - start);
1653 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start);
1688 STAT(parse_start = ia64_get_itc());
1695 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start);
1698 STAT(unw.stat.script.build_time += ia64_get_itc() - start);
1715 STAT(++unw.stat.script.runs; start = ia64_get_itc());
[all...]
H A Dsmpboot.c219 go[SLAVE] = ia64_get_itc();
238 t0 = ia64_get_itc();
243 t1 = ia64_get_itc();
339 ia64_set_itc(ia64_get_itc() + adj);
H A Dperfmon.c5150 tstamp = ia64_get_itc();
5256 start_cycles = ia64_get_itc();
5263 end_cycles = ia64_get_itc();
5491 start_cycles = ia64_get_itc();
5495 total_cycles = ia64_get_itc();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Ddelay.h60 ia64_get_itc (void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dtime.c114 if (!time_after(delta_itm + new_itm, ia64_get_itc()))
115 stolentick = ia64_get_itc() - new_itm;
161 if (time_after(*new_itm, ia64_get_itc()) && delta_itm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dsn2_smp.c135 itc = ia64_get_itc();
137 itc = ia64_get_itc() - itc;
221 itc = ia64_get_itc();
250 itc = ia64_get_itc();
252 itc2 = ia64_get_itc();
302 itc2 = ia64_get_itc() - itc2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dbte.c206 itc_end = ia64_get_itc() + (40000000 * local_cpu_data->cyc_per_usec);
216 if (ia64_get_itc() > itc_end) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Dsba_iommu.c41 #include <asm/delay.h> /* ia64_get_itc() */
643 itc_start = ia64_get_itc();
698 ioc->avg_search[ioc->avg_idx++] = (ia64_get_itc() - itc_start) / pages_needed;

Completed in 203 milliseconds