Home
last modified time | relevance | path

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

12345

/Linux-v4.19/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-v4.19/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-v4.19/drivers/clocksource/
Dexynos_mct.c266 static void exynos4_mct_comp0_start(bool periodic, unsigned long cycles) in exynos4_mct_comp0_start()
288 static int exynos4_comp_set_next_event(unsigned long cycles, in exynos4_comp_set_next_event()
370 static void exynos4_mct_tick_start(unsigned long cycles, in exynos4_mct_tick_start()
391 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()
Drockchip_timer.c68 static void rk_timer_update_counter(unsigned long cycles, in rk_timer_update_counter()
80 static inline int rk_timer_set_next_event(unsigned long cycles, in rk_timer_set_next_event()
Dcadence_ttc_timer.c116 unsigned long cycles) in ttc_set_interval()
183 static int ttc_set_next_event(unsigned long cycles, in ttc_set_next_event()
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Dcycles_test.c15 int cycles(void) in cycles() function
/Linux-v4.19/arch/h8300/lib/
Ddelay.c14 void __delay(unsigned long cycles) in __delay()
/Linux-v4.19/arch/nios2/lib/
Ddelay.c23 void __delay(unsigned long cycles) in __delay()
/Linux-v4.19/arch/openrisc/lib/
Ddelay.c32 void __delay(unsigned long cycles) in __delay()
/Linux-v4.19/arch/arm64/lib/
Ddelay.c37 void __delay(unsigned long cycles) in __delay()
/Linux-v4.19/crypto/
Dtcrypt.c216 unsigned long cycles = 0; in test_mb_aead_cycles() local
482 unsigned long cycles = 0; in test_aead_cycles() local
777 unsigned long cycles = 0; in test_mb_ahash_cycles() local
966 unsigned long cycles = 0; in test_ahash_cycles_digest() local
1004 unsigned long cycles = 0; in test_ahash_cycles() local
1211 unsigned long cycles = 0; in test_mb_acipher_cycles() local
1446 unsigned long cycles = 0; in test_acipher_cycles() local
/Linux-v4.19/include/linux/
Dtimekeeping.h207 u64 cycles; member
235 u64 cycles; member
Dtimecounter.h80 u64 cycles, u64 mask, u64 *frac) in cyclecounter_cyc2ns()
/Linux-v4.19/arch/riscv/lib/
Ddelay.c80 void __delay(unsigned long cycles) in __delay()
/Linux-v4.19/arch/arm/plat-omap/
Dcounter_32k.c54 static cycles_t cycles; variable
/Linux-v4.19/drivers/net/wireless/ath/
Dhw.c144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
/Linux-v4.19/kernel/time/
Dtimecounter.c83 u64 cycles, u64 mask, u64 frac) in cc_cyc2ns_backwards()
/Linux-v4.19/arch/m68k/coldfire/
Dsltimers.c104 u32 cycles, scnt; in mcfslt_read_clk() local
Dpit.c125 u32 cycles; in pit_read_clk() local
Dtimers.c96 u32 cycles; in mcftmr_read_clk() local
/Linux-v4.19/arch/m68k/68000/
Dtimers.c82 u32 cycles; in m68328_read_clk() local
/Linux-v4.19/arch/arm/lib/
Ddelay.c57 static void __timer_delay(unsigned long cycles) in __timer_delay()
/Linux-v4.19/tools/power/cpupower/bench/
Dparse.h29 unsigned int cycles; /* calculation cycles with the same sleep/load time */ member
/Linux-v4.19/arch/arm/mach-ks8695/
Dtime.c78 static int ks8695_set_next_event(unsigned long cycles, in ks8695_set_next_event()

12345