Searched full:1000000 (Results 1 – 21 of 21) sorted by relevance
6 #define IPI_DELAY 1000000
13 return (timebase_frequency * usec) / 1000000; in usec_to_cycles()
78 return get_tb() * 1000000 / tb_hz; in get_clock_us()96 delay((us * tb_hz) / 1000000); in udelay()147 sleep_tb((us * tb_hz) / 1000000); in usleep()
23 delay((u64)usec * get_cntfrq() / 1000000); in udelay()
32 #define STATIC_SIZE 1000000
232 #define ITERS 1000000282 #define ITERS 1000000
284 mtspr(SPR_HDEC, dec_min + 1000000); in test_hdec()
7 #define N 1000000
396 apic_write(APIC_TMICT, 1000000); in singlestep_with_sti_hlt()
696 } while (rdtsc() - start < 1000000); in test_fixed_ipi()
18 #define LATENCY_RUNS 10000001183 apic_start_timer(1000000); in interrupt_test()1195 apic_start_timer(1000000); in interrupt_test()
15 #define N 1000000
1614 apic_write(APIC_TMICT, 1000000); in interrupt_main()1618 report(rdtsc() - start > 1000000 && timer_fired, in interrupt_main()1626 apic_write(APIC_TMICT, 1000000); in interrupt_main()1638 apic_write(APIC_TMICT, 1000000); in interrupt_main()1651 apic_write(APIC_TMICT, 1000000); in interrupt_main()9109 #define VMX_PREEMPTION_TIMER_EXPIRY_CYCLES 1000000
1627 #define PERF_COUNT 1000000
23 time_to_advance = (600ULL * 1000000) << STCK_SHIFT_US; in test_sck_migration()
177 u32 count = 1000000; /* 1s! */ in its_wait_for_range_completion()