Searched refs:cycles_t (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/arch/hexagon/include/asm/
H A Dtime.h9 extern cycles_t pcycle_freq_mhz;
10 extern cycles_t thread_freq_mhz;
11 extern cycles_t sleep_clk_freq;
/linux-master/include/asm-generic/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 static inline cycles_t get_cycles(void)
/linux-master/arch/alpha/include/asm/
H A Dtimex.h23 typedef unsigned int cycles_t; typedef
25 static inline cycles_t get_cycles (void)
27 cycles_t ret;
/linux-master/arch/nios2/include/asm/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 extern cycles_t get_cycles(void);
/linux-master/arch/parisc/include/asm/
H A Dtimex.h14 typedef unsigned long cycles_t; typedef
16 static inline cycles_t get_cycles(void)
/linux-master/arch/arm/include/asm/
H A Dtimex.h12 typedef unsigned long cycles_t; typedef
13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
/linux-master/arch/powerpc/include/asm/
H A Dtimex.h16 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void)
/linux-master/arch/m68k/include/asm/
H A Dtimex.h25 typedef unsigned long cycles_t; typedef
27 static inline cycles_t get_cycles(void)
/linux-master/arch/loongarch/include/asm/
H A Dtimex.h15 typedef unsigned long cycles_t; typedef
19 static inline cycles_t get_cycles(void)
/linux-master/arch/sparc/include/asm/
H A Dtimex_64.h15 typedef unsigned long cycles_t; typedef
/linux-master/arch/openrisc/include/asm/
H A Dtimex.h22 static inline cycles_t get_cycles(void)
/linux-master/arch/riscv/include/asm/
H A Dtimex.h11 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void)
51 static inline cycles_t get_cycles(void)
/linux-master/arch/mips/include/asm/
H A Dtimex.h40 typedef unsigned int cycles_t; typedef
72 static inline cycles_t get_cycles(void)
/linux-master/arch/x86/include/asm/
H A Dtsc.h15 typedef unsigned long long cycles_t; typedef
22 static inline cycles_t get_cycles(void)
H A Diommu.h22 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
/linux-master/arch/nios2/lib/
H A Ddelay.c13 cycles_t start = get_cycles();
/linux-master/arch/arm64/lib/
H A Ddelay.c28 cycles_t start = get_cycles();
41 const cycles_t timer_evt_period =
/linux-master/arch/s390/include/asm/
H A Dtimex.h178 typedef unsigned long cycles_t; typedef
196 static inline cycles_t get_cycles(void)
198 return (cycles_t) get_tod_clock() >> 2;
/linux-master/arch/openrisc/lib/
H A Ddelay.c32 cycles_t start = get_cycles();
/linux-master/arch/x86/kernel/
H A Dtsc_sync.c258 static cycles_t last_tsc;
259 static cycles_t max_warp;
267 static cycles_t check_tsc_warp(unsigned int timeout)
269 cycles_t start, now, prev, end, cur_max_warp = 0;
276 end = start + (cycles_t) tsc_khz * timeout;
437 cycles_t cur_max_warp, gbl_max_warp;
/linux-master/arch/hexagon/kernel/
H A Dtime.c35 cycles_t pcycle_freq_mhz;
36 cycles_t thread_freq_mhz;
37 cycles_t sleep_clk_freq;
/linux-master/drivers/clocksource/
H A Dnumachip.c15 static cycles_t numachip2_timer_read(struct clocksource *cs)
/linux-master/arch/arm/mach-omap1/
H A Dtimer32k.c180 static cycles_t cycles;
194 cycles_t last_cycles;
/linux-master/arch/arm/lib/
H A Ddelay.c47 cycles_t start = get_cycles();
/linux-master/lib/
H A Dinterval_tree_test.c66 cycles_t time1, time2, time;

Completed in 226 milliseconds

12