/linux-6.1.9/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;
|
/linux-6.1.9/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()
|
/linux-6.1.9/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 | 8 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
|
/linux-6.1.9/arch/riscv/include/asm/ |
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-6.1.9/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() 444 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target()
|
/linux-6.1.9/include/asm-generic/ |
D | timex.h | 8 typedef unsigned long cycles_t; typedef 10 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | timex.h | 14 typedef unsigned long cycles_t; typedef 16 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | timex.h | 15 typedef unsigned long cycles_t; typedef 19 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | timex.h | 8 typedef unsigned long cycles_t; typedef 10 extern cycles_t get_cycles(void);
|
/linux-6.1.9/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()
|
/linux-6.1.9/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; })
|
/linux-6.1.9/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()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | timex.h | 178 typedef unsigned long cycles_t; typedef 196 static inline cycles_t get_cycles(void) in get_cycles() 198 return (cycles_t) get_tod_clock() >> 2; in get_cycles()
|
/linux-6.1.9/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()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | tsc.h | 14 typedef unsigned long long cycles_t; typedef 21 static inline cycles_t get_cycles(void) in get_cycles()
|
D | iommu.h | 21 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
/linux-6.1.9/arch/arm64/lib/ |
D | delay.c | 28 cycles_t start = get_cycles(); in __delay() 41 const cycles_t timer_evt_period = in __delay()
|
/linux-6.1.9/arch/hexagon/kernel/ |
D | time.c | 33 cycles_t pcycle_freq_mhz; 34 cycles_t thread_freq_mhz; 35 cycles_t sleep_clk_freq;
|
/linux-6.1.9/arch/arm/mach-omap1/ |
D | timer32k.c | 187 static cycles_t cycles; 193 cycles_t last_cycles; in omap_read_persistent_clock64()
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | timex_64.h | 15 typedef unsigned long cycles_t; typedef
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | timex.h | 22 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-6.1.9/drivers/misc/sgi-gru/ |
D | gruhandles.c | 16 #define GRU_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10) 21 #define GRU_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
/linux-6.1.9/arch/nios2/lib/ |
D | delay.c | 13 cycles_t start = get_cycles(); in __delay()
|
/linux-6.1.9/arch/openrisc/lib/ |
D | delay.c | 32 cycles_t start = get_cycles(); in __delay()
|