/Linux-v4.19/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-v4.19/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-v4.19/drivers/clocksource/ |
D | exynos_mct.c | 266 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()
|
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 | rockchip_timer.c | 68 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()
|
D | cadence_ttc_timer.c | 116 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/ |
D | cycles_test.c | 15 int cycles(void) in cycles() function
|
/Linux-v4.19/arch/h8300/lib/ |
D | delay.c | 14 void __delay(unsigned long cycles) in __delay()
|
/Linux-v4.19/arch/nios2/lib/ |
D | delay.c | 23 void __delay(unsigned long cycles) in __delay()
|
/Linux-v4.19/arch/openrisc/lib/ |
D | delay.c | 32 void __delay(unsigned long cycles) in __delay()
|
/Linux-v4.19/arch/arm64/lib/ |
D | delay.c | 37 void __delay(unsigned long cycles) in __delay()
|
/Linux-v4.19/crypto/ |
D | tcrypt.c | 216 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/ |
D | timekeeping.h | 207 u64 cycles; member 235 u64 cycles; member
|
D | timecounter.h | 80 u64 cycles, u64 mask, u64 *frac) in cyclecounter_cyc2ns()
|
/Linux-v4.19/arch/riscv/lib/ |
D | delay.c | 80 void __delay(unsigned long cycles) in __delay()
|
/Linux-v4.19/arch/arm/plat-omap/ |
D | counter_32k.c | 54 static cycles_t cycles; variable
|
/Linux-v4.19/drivers/net/wireless/ath/ |
D | hw.c | 144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
|
/Linux-v4.19/kernel/time/ |
D | timecounter.c | 83 u64 cycles, u64 mask, u64 frac) in cc_cyc2ns_backwards()
|
/Linux-v4.19/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
|
D | timers.c | 96 u32 cycles; in mcftmr_read_clk() local
|
/Linux-v4.19/arch/m68k/68000/ |
D | timers.c | 82 u32 cycles; in m68328_read_clk() local
|
/Linux-v4.19/arch/arm/lib/ |
D | delay.c | 57 static void __timer_delay(unsigned long cycles) in __timer_delay()
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | parse.h | 29 unsigned int cycles; /* calculation cycles with the same sleep/load time */ member
|
/Linux-v4.19/arch/arm/mach-ks8695/ |
D | time.c | 78 static int ks8695_set_next_event(unsigned long cycles, in ks8695_set_next_event()
|