Home
last modified time | relevance | path

Searched refs:cycles_t (Results 1 – 25 of 34) sorted by relevance

12

/linux/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/arch/alpha/include/asm/
H A Dtimex.h23 typedef unsigned int cycles_t; typedef
25 static inline cycles_t get_cycles (void) in get_cycles()
27 cycles_t ret; in get_cycles()
/linux/arch/loongarch/include/asm/
H A Dtimex.h15 typedef unsigned long cycles_t; typedef
19 static inline cycles_t get_cycles(void) in get_cycles()
32 static inline cycles_t get_cycles_hi(void) in get_cycles_hi()
/linux/arch/riscv/include/asm/
H A Dtimex.h11 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void) in get_cycles()
51 static inline cycles_t get_cycles(void) in get_cycles()
/linux/arch/arm64/lib/
H A Ddelay.c35 static cycles_t notrace __delay_cycles(void) in __delay_cycles()
43 cycles_t start = __delay_cycles(); in __delay()
56 const cycles_t timer_evt_period = in __delay()
/linux/include/asm-generic/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 static inline cycles_t get_cycles(void) in get_cycles()
/linux/arch/parisc/include/asm/
H A Dtimex.h14 typedef unsigned long cycles_t; typedef
16 static inline cycles_t get_cycles(void) in get_cycles()
/linux/arch/nios2/include/asm/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 extern cycles_t get_cycles(void);
/linux/arch/powerpc/include/asm/
H A Dtimex.h16 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void) in get_cycles()
/linux/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/arch/m68k/include/asm/
H A Dtimex.h25 typedef unsigned long cycles_t; typedef
27 static inline cycles_t get_cycles(void) in get_cycles()
/linux/arch/mips/include/asm/
H A Dtimex.h40 typedef unsigned int cycles_t; typedef
72 static inline cycles_t get_cycles(void) in get_cycles()
/linux/arch/s390/include/asm/
H A Dtimex.h182 typedef unsigned long cycles_t; typedef
226 static inline cycles_t get_cycles(void) in get_cycles()
228 return (cycles_t)get_tod_clock_monotonic() >> 2; in get_cycles()
/linux/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/arch/arm/mach-omap1/
H A Dtimer32k.c180 static cycles_t cycles;
194 cycles_t last_cycles; in omap_read_persistent_clock64()
/linux/arch/sparc/include/asm/
H A Dtimex_64.h15 typedef unsigned long cycles_t; typedef
/linux/arch/openrisc/include/asm/
H A Dtimex.h22 static inline cycles_t get_cycles(void) in get_cycles()
/linux/arch/nios2/lib/
H A Ddelay.c13 cycles_t start = get_cycles(); in __delay()
/linux/arch/openrisc/lib/
H A Ddelay.c32 cycles_t start = get_cycles(); in __delay()
/linux/arch/x86/include/asm/
H A Diommu.h22 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
/linux/drivers/clocksource/
H A Dnumachip.c15 static cycles_t numachip2_timer_read(struct clocksource *cs) in numachip2_timer_read()
/linux/arch/arm/lib/
H A Ddelay.c47 cycles_t start = get_cycles(); in __timer_delay()
/linux/lib/
H A Dinterval_tree_test.c68 cycles_t time1, time2, time; in basic_check()
96 cycles_t time1, time2, time; in search_check()
H A Drbtree_test.c246 cycles_t time1, time2, time; in basic_check()
348 cycles_t time1, time2, time; in augmented_check()
/linux/drivers/misc/sgi-gru/
H A Dgruhandles.c16 #define GRU_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)

12