/Linux-v5.4/tools/virtio/ringtest/ |
D | main.h | 20 static inline void wait_cycles(unsigned long long cycles) in wait_cycles() 32 static inline void wait_cycles(unsigned long long cycles) in wait_cycles() 42 static inline void wait_cycles(unsigned long long cycles) in wait_cycles()
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | delay.h | 40 unsigned long cycles = (usecs * (ccount_freq >> 15)) >> 5; in __udelay() local 61 unsigned long cycles = (nsec * (ccount_freq >> 15)) >> 15; in __ndelay() local
|
/Linux-v5.4/drivers/clocksource/ |
D | exynos_mct.c | 261 static void exynos4_mct_comp0_start(bool periodic, unsigned long cycles) in exynos4_mct_comp0_start() 283 static int exynos4_comp_set_next_event(unsigned long cycles, in exynos4_comp_set_next_event() 365 static void exynos4_mct_tick_start(unsigned long cycles, in exynos4_mct_tick_start() 393 static int exynos4_tick_set_next_event(unsigned long cycles, in exynos4_tick_set_next_event()
|
D | timer-sprd.c | 60 static void sprd_timer_update_counter(void __iomem *base, unsigned long cycles) in sprd_timer_update_counter() 79 static int sprd_timer_set_next_event(unsigned long cycles, in sprd_timer_set_next_event()
|
D | timer-rockchip.c | 65 static void rk_timer_update_counter(unsigned long cycles, in rk_timer_update_counter() 77 static inline int rk_timer_set_next_event(unsigned long cycles, in rk_timer_set_next_event()
|
D | timer-davinci.c | 139 davinci_clockevent_set_next_event_std(unsigned long cycles, in davinci_clockevent_set_next_event_std() 155 davinci_clockevent_set_next_event_cmp(unsigned long cycles, in davinci_clockevent_set_next_event_cmp()
|
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/ |
D | cycles_test.c | 15 int cycles(void) in cycles() function
|
/Linux-v5.4/lib/vdso/ |
D | gettimeofday.c | 35 u64 vdso_calc_delta(u64 cycles, u64 last, u64 mask, u32 mult) in vdso_calc_delta() 45 u64 cycles, last, sec, ns; in do_hres() local
|
/Linux-v5.4/arch/h8300/lib/ |
D | delay.c | 14 void __delay(unsigned long cycles) in __delay()
|
/Linux-v5.4/arch/nios2/lib/ |
D | delay.c | 11 void __delay(unsigned long cycles) in __delay()
|
/Linux-v5.4/arch/openrisc/lib/ |
D | delay.c | 29 void __delay(unsigned long cycles) in __delay()
|
/Linux-v5.4/arch/arm64/lib/ |
D | delay.c | 26 void __delay(unsigned long cycles) in __delay()
|
/Linux-v5.4/crypto/ |
D | tcrypt.c | 212 unsigned long cycles = 0; in test_mb_aead_cycles() local 478 unsigned long cycles = 0; in test_aead_cycles() local 773 unsigned long cycles = 0; in test_mb_ahash_cycles() local 962 unsigned long cycles = 0; in test_ahash_cycles_digest() local 1000 unsigned long cycles = 0; in test_ahash_cycles() local 1210 unsigned long cycles = 0; in test_mb_acipher_cycles() local 1445 unsigned long cycles = 0; in test_acipher_cycles() local
|
/Linux-v5.4/include/linux/ |
D | timekeeping.h | 235 u64 cycles; member 263 u64 cycles; member
|
/Linux-v5.4/arch/sparc/vdso/ |
D | vclock_gettime.c | 129 u64 cycles; in vgetsns() local 139 u64 cycles; in vgetsns_stick() local
|
/Linux-v5.4/arch/riscv/lib/ |
D | delay.c | 72 void __delay(unsigned long cycles) in __delay()
|
/Linux-v5.4/arch/arm/plat-omap/ |
D | counter_32k.c | 51 static cycles_t cycles; variable
|
/Linux-v5.4/drivers/net/wireless/ath/ |
D | hw.c | 144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
|
/Linux-v5.4/kernel/time/ |
D | timecounter.c | 70 u64 cycles, u64 mask, u64 frac) in cc_cyc2ns_backwards()
|
/Linux-v5.4/arch/m68k/68000/ |
D | timers.c | 82 u32 cycles; in m68328_read_clk() local
|
/Linux-v5.4/arch/m68k/coldfire/ |
D | sltimers.c | 104 u32 cycles, scnt; in mcfslt_read_clk() local
|
D | pit.c | 125 u32 cycles; in pit_read_clk() local
|
/Linux-v5.4/arch/arm/lib/ |
D | delay.c | 45 static void __timer_delay(unsigned long cycles) in __timer_delay()
|
/Linux-v5.4/tools/power/cpupower/bench/ |
D | parse.h | 16 unsigned int cycles; /* calculation cycles with the same sleep/load time */ member
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 64 struct cyclecounter cycles; member 116 u64 cycles = (u64) nsec; in mlxsw_sp1_ptp_ns2cycles() local 128 u64 next_sec, next_sec_in_nsec, cycles; in mlxsw_sp1_ptp_phc_settime() local 200 u64 cycles, nsec; in mlxsw_sp1_ptp_gettimex() local 368 int cycles = MLXSW_SP1_PTP_HT_GC_TIMEOUT / MLXSW_SP1_PTP_HT_GC_INTERVAL; in mlxsw_sp1_ptp_unmatched_save() local
|