Searched defs:cycles (Results 1 - 25 of 136) sorted by relevance

123456

/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcycles_test.c15 int cycles(void) function
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Ddelay.h11 static inline void __delay(uint64_t cycles) argument
/linux-master/arch/loongarch/lib/
H A Ddelay.c12 void __delay(unsigned long cycles) argument
/linux-master/arch/nios2/lib/
H A Ddelay.c11 void __delay(unsigned long cycles) argument
/linux-master/arch/xtensa/include/asm/
H A Ddelay.h40 unsigned long cycles = (usecs * (ccount_freq >> 15)) >> 5; local
61 unsigned long cycles = (nsec * (ccount_freq >> 15)) >> 15; local
/linux-master/arch/openrisc/lib/
H A Ddelay.c30 void __delay(unsigned long cycles) argument
/linux-master/drivers/net/wireless/ath/
H A Dhw.c144 u32 cycles, busy, rx, tx; local
/linux-master/arch/arm64/lib/
H A Ddelay.c26 void __delay(unsigned long cycles) argument
/linux-master/tools/power/cpupower/bench/
H A Dparse.h16 unsigned int cycles; /* calculation cycles with the same sleep/load time */ member in struct:config
/linux-master/arch/m68k/coldfire/
H A Dsltimers.c98 u32 cycles, scnt; local
H A Dpit.c117 u32 cycles; local
H A Dtimers.c87 u32 cycles; local
/linux-master/kernel/time/
H A Dtimecounter.c69 cc_cyc2ns_backwards(const struct cyclecounter *cc, u64 cycles, u64 mask, u64 frac) argument
/linux-master/arch/riscv/lib/
H A Ddelay.c76 void __delay(unsigned long cycles) argument
/linux-master/arch/m68k/68000/
H A Dtimers.c75 u32 cycles; local
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Darch_timer.h58 static inline void __delay(uint64_t cycles) argument
/linux-master/include/linux/
H A Dtimecounter.h72 cyclecounter_cyc2ns(const struct cyclecounter *cc, u64 cycles, u64 mask, u64 *frac) argument
/linux-master/arch/arm/lib/
H A Ddelay.c45 static void __timer_delay(unsigned long cycles) argument
/linux-master/drivers/media/pci/b2c2/
H A Dflexcop-dma.c161 flexcop_dma_config_timer(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, u8 cycles) argument
/linux-master/arch/s390/include/asm/vdso/
H A Dgettimeofday.h15 static __always_inline u64 __arch_vdso_calc_delta(u64 cycles, u64 last, u64 mask, u32 mult) argument
/linux-master/tools/virtio/ringtest/
H A Dmain.h21 static inline void wait_cycles(unsigned long long cycles) argument
33 static inline void wait_cycles(unsigned long long cycles) argument
43 static inline void wait_cycles(unsigned long long cycles) argument
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c56 u32 cycles[5]; local
99 u32 cycles; local
[all...]
/linux-master/drivers/siox/
H A Dsiox-bus-gpio.c34 size_t cycles = max(setbuf_len, getbuf_len); local
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dfan.c129 u32 cycles, cur, prev; local
/linux-master/arch/sparc/vdso/
H A Dvclock_gettime.c129 u64 cycles; local
139 u64 cycles; local

Completed in 585 milliseconds

123456