/arch/hexagon/include/asm/ |
D | time.h | 9 extern cycles_t pcycle_freq_mhz; 10 extern cycles_t thread_freq_mhz; 11 extern cycles_t sleep_clk_freq;
|
/arch/c6x/include/asm/ |
D | timex.h | 16 typedef unsigned long long cycles_t; typedef 18 static inline cycles_t get_cycles(void) in get_cycles() 27 return ((cycles_t)h << 32) | l; in get_cycles()
|
/arch/alpha/include/asm/ |
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()
|
/arch/ia64/include/asm/ |
D | timex.h | 17 typedef unsigned long cycles_t; typedef 34 static inline cycles_t 37 cycles_t ret; in get_cycles()
|
D | iommu.h | 6 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
|
/arch/parisc/include/asm/ |
D | timex.h | 13 typedef unsigned long cycles_t; typedef 15 static inline cycles_t get_cycles(void) in get_cycles()
|
/arch/nios2/include/asm/ |
D | timex.h | 8 typedef unsigned long cycles_t; typedef 10 extern cycles_t get_cycles(void);
|
/arch/powerpc/include/asm/ |
D | timex.h | 16 typedef unsigned long cycles_t; typedef 18 static inline cycles_t get_cycles(void) in get_cycles()
|
/arch/arm/include/asm/ |
D | timex.h | 12 typedef unsigned long cycles_t; typedef 13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
|
/arch/m68k/include/asm/ |
D | timex.h | 25 typedef unsigned long cycles_t; typedef 27 static inline cycles_t get_cycles(void) in get_cycles()
|
/arch/riscv/include/asm/ |
D | timex.h | 11 typedef unsigned long cycles_t; typedef 13 static inline cycles_t get_cycles(void) in get_cycles()
|
/arch/arm64/lib/ |
D | delay.c | 28 cycles_t start = get_cycles(); in __delay() 31 const cycles_t timer_evt_period = in __delay()
|
/arch/mips/include/asm/ |
D | timex.h | 40 typedef unsigned int cycles_t; typedef 72 static inline cycles_t get_cycles(void) in get_cycles()
|
/arch/x86/kernel/ |
D | tsc_sync.c | 258 static cycles_t last_tsc; 259 static cycles_t max_warp; 267 static cycles_t check_tsc_warp(unsigned int timeout) in check_tsc_warp() 269 cycles_t start, now, prev, end, cur_max_warp = 0; in check_tsc_warp() 276 end = start + (cycles_t) tsc_khz * timeout; in check_tsc_warp() 445 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target()
|
/arch/x86/include/asm/ |
D | tsc.h | 16 typedef unsigned long long cycles_t; typedef 23 static inline cycles_t get_cycles(void) in get_cycles()
|
D | iommu.h | 9 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
/arch/s390/include/asm/ |
D | timex.h | 147 typedef unsigned long long cycles_t; typedef 176 static inline cycles_t get_cycles(void) in get_cycles() 178 return (cycles_t) get_tod_clock() >> 2; in get_cycles()
|
/arch/arm/plat-omap/ |
D | counter_32k.c | 51 static cycles_t cycles; 57 cycles_t last_cycles; in omap_read_persistent_clock64()
|
/arch/hexagon/kernel/ |
D | time.c | 32 cycles_t pcycle_freq_mhz; 33 cycles_t thread_freq_mhz; 34 cycles_t sleep_clk_freq;
|
/arch/sparc/include/asm/ |
D | timex_64.h | 15 typedef unsigned long cycles_t; typedef
|
/arch/openrisc/include/asm/ |
D | timex.h | 22 static inline cycles_t get_cycles(void) in get_cycles()
|
/arch/nios2/lib/ |
D | delay.c | 13 cycles_t start = get_cycles(); in __delay()
|
/arch/openrisc/lib/ |
D | delay.c | 31 cycles_t start = get_cycles(); in __delay()
|
/arch/x86/include/asm/uv/ |
D | uv_bau.h | 642 cycles_t send_message; 643 cycles_t period_end; 644 cycles_t period_time; 658 cycles_t disabled_period;
|
/arch/arm/lib/ |
D | delay.c | 47 cycles_t start = get_cycles(); in __timer_delay()
|