Home
last modified time | relevance | path

Searched defs:cycles (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v5.4/tools/virtio/ringtest/
Dmain.h20 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/
Ddelay.h40 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/
Dexynos_mct.c261 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()
Dtimer-sprd.c60 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()
Dtimer-rockchip.c65 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()
Dtimer-davinci.c139 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/
Dcycles_test.c15 int cycles(void) in cycles() function
/Linux-v5.4/lib/vdso/
Dgettimeofday.c35 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/
Ddelay.c14 void __delay(unsigned long cycles) in __delay()
/Linux-v5.4/arch/nios2/lib/
Ddelay.c11 void __delay(unsigned long cycles) in __delay()
/Linux-v5.4/arch/openrisc/lib/
Ddelay.c29 void __delay(unsigned long cycles) in __delay()
/Linux-v5.4/arch/arm64/lib/
Ddelay.c26 void __delay(unsigned long cycles) in __delay()
/Linux-v5.4/crypto/
Dtcrypt.c212 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/
Dtimekeeping.h235 u64 cycles; member
263 u64 cycles; member
/Linux-v5.4/arch/sparc/vdso/
Dvclock_gettime.c129 u64 cycles; in vgetsns() local
139 u64 cycles; in vgetsns_stick() local
/Linux-v5.4/arch/riscv/lib/
Ddelay.c72 void __delay(unsigned long cycles) in __delay()
/Linux-v5.4/arch/arm/plat-omap/
Dcounter_32k.c51 static cycles_t cycles; variable
/Linux-v5.4/drivers/net/wireless/ath/
Dhw.c144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
/Linux-v5.4/kernel/time/
Dtimecounter.c70 u64 cycles, u64 mask, u64 frac) in cc_cyc2ns_backwards()
/Linux-v5.4/arch/m68k/68000/
Dtimers.c82 u32 cycles; in m68328_read_clk() local
/Linux-v5.4/arch/m68k/coldfire/
Dsltimers.c104 u32 cycles, scnt; in mcfslt_read_clk() local
Dpit.c125 u32 cycles; in pit_read_clk() local
/Linux-v5.4/arch/arm/lib/
Ddelay.c45 static void __timer_delay(unsigned long cycles) in __timer_delay()
/Linux-v5.4/tools/power/cpupower/bench/
Dparse.h16 unsigned int cycles; /* calculation cycles with the same sleep/load time */ member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c64 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

12345