cyc_per_usec 199 arch/ia64/include/asm/processor.h unsigned long cyc_per_usec; /* itc_freq/1000000 */ cyc_per_usec 310 arch/ia64/kernel/time.c local_cpu_data->cyc_per_usec = (itc_freq + USEC_PER_SEC/2) / USEC_PER_SEC; cyc_per_usec 411 arch/ia64/kernel/time.c unsigned long end = start + usecs*local_cpu_data->cyc_per_usec;