Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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;
/kernel/linux/linux-6.6/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;
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dtimex.h16 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dtimex.h17 typedef unsigned long cycles_t; typedef
34 static inline cycles_t
37 cycles_t ret; in get_cycles()
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dtimex.h17 typedef unsigned long cycles_t; typedef
34 static inline cycles_t
37 cycles_t ret; in get_cycles()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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) 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()
/kernel/linux/linux-6.6/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) 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()
437 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target()
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 extern cycles_t get_cycles(void);
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 extern cycles_t get_cycles(void);
/kernel/linux/linux-5.10/include/asm-generic/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 static inline cycles_t get_cycles(void) in get_cycles()
/kernel/linux/linux-6.6/include/asm-generic/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 static inline cycles_t get_cycles(void) in get_cycles()
/kernel/linux/linux-5.10/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; })
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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; })
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dtimex.h23 typedef unsigned long cycles_t; typedef
27 static inline cycles_t get_cycles(void) in get_cycles()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds

1234