| /linux/arch/hexagon/include/asm/ |
| H A D | time.h | 9 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 D | timex.h | 23 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 D | timex.h | 15 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 D | timex.h | 11 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 D | delay.c | 35 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 D | timex.h | 8 typedef unsigned long cycles_t; typedef 10 static inline cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/parisc/include/asm/ |
| H A D | timex.h | 14 typedef unsigned long cycles_t; typedef 16 static inline cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/nios2/include/asm/ |
| H A D | timex.h | 8 typedef unsigned long cycles_t; typedef 10 extern cycles_t get_cycles(void);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | timex.h | 16 typedef unsigned long cycles_t; typedef 18 static inline cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/arm/include/asm/ |
| H A D | timex.h | 12 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 D | timex.h | 25 typedef unsigned long cycles_t; typedef 27 static inline cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/mips/include/asm/ |
| H A D | timex.h | 40 typedef unsigned int cycles_t; typedef 72 static inline cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/s390/include/asm/ |
| H A D | timex.h | 182 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 D | time.c | 35 cycles_t pcycle_freq_mhz; 36 cycles_t thread_freq_mhz; 37 cycles_t sleep_clk_freq;
|
| /linux/arch/arm/mach-omap1/ |
| H A D | timer32k.c | 180 static cycles_t cycles; 194 cycles_t last_cycles; in omap_read_persistent_clock64()
|
| /linux/arch/sparc/include/asm/ |
| H A D | timex_64.h | 15 typedef unsigned long cycles_t; typedef
|
| /linux/arch/openrisc/include/asm/ |
| H A D | timex.h | 22 static inline cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/nios2/lib/ |
| H A D | delay.c | 13 cycles_t start = get_cycles(); in __delay()
|
| /linux/arch/openrisc/lib/ |
| H A D | delay.c | 32 cycles_t start = get_cycles(); in __delay()
|
| /linux/arch/x86/include/asm/ |
| H A D | iommu.h | 22 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
| /linux/drivers/clocksource/ |
| H A D | numachip.c | 15 static cycles_t numachip2_timer_read(struct clocksource *cs) in numachip2_timer_read()
|
| /linux/arch/arm/lib/ |
| H A D | delay.c | 47 cycles_t start = get_cycles(); in __timer_delay()
|
| /linux/lib/ |
| H A D | interval_tree_test.c | 68 cycles_t time1, time2, time; in basic_check() 96 cycles_t time1, time2, time; in search_check()
|
| H A D | rbtree_test.c | 246 cycles_t time1, time2, time; in basic_check() 348 cycles_t time1, time2, time; in augmented_check()
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | gruhandles.c | 16 #define GRU_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|