Searched refs:get_cycles (Results 1 - 25 of 37) sorted by relevance

12

/arch/openrisc/include/asm/
H A Dtimex.h20 #define get_cycles get_cycles macro
26 static inline cycles_t get_cycles(void) function
/arch/arm/include/asm/
H A Dtimex.h19 static inline cycles_t get_cycles (void) function
/arch/avr32/include/asm/
H A Dtimex.h32 static inline cycles_t get_cycles (void) function
/arch/cris/include/asm/
H A Dtimex.h19 static inline cycles_t get_cycles(void) function
/arch/h8300/include/asm/
H A Dtimex.h14 static inline cycles_t get_cycles(void) function
/arch/parisc/include/asm/
H A Dtimex.h14 static inline cycles_t get_cycles (void) function
/arch/sparc/include/asm/
H A Dtimex_32.h13 #define get_cycles() (0) macro
H A Dtimex_64.h15 #define get_cycles() tick_ops->get_tick() macro
/arch/um/include/asm/
H A Dtimex.h6 static inline cycles_t get_cycles (void) function
/arch/frv/include/asm/
H A Dtimex.h11 static inline cycles_t get_cycles(void) function
/arch/mips/include/asm/
H A Dtimex.h36 static inline cycles_t get_cycles(void) function
/arch/alpha/include/asm/
H A Dtimex.h24 static inline cycles_t get_cycles (void) function
/arch/c6x/include/asm/
H A Dtimex.h21 static inline cycles_t get_cycles(void) function
/arch/m32r/include/asm/
H A Dtimex.h21 static __inline__ cycles_t get_cycles (void) function
/arch/m68k/include/asm/
H A Dtimex.h26 static inline cycles_t get_cycles(void) function
/arch/tile/lib/
H A Ddelay.c32 cycles_t target = get_cycles();
34 while (get_cycles() < target)
41 cycles_t target = get_cycles() + cycles;
42 while (get_cycles() < target)
/arch/tile/include/asm/
H A Dtimex.h31 cycles_t get_cycles(void);
34 static inline cycles_t get_cycles(void) function
/arch/blackfin/include/asm/
H A Dtimex.h16 static inline cycles_t get_cycles(void) function
/arch/ia64/include/asm/
H A Dtimex.h34 get_cycles (void) function
/arch/powerpc/include/asm/
H A Dtimex.h17 static inline cycles_t get_cycles(void) function
/arch/c6x/kernel/
H A Dtime.c31 return get_cycles();
47 u64 tsc = get_cycles();
/arch/openrisc/lib/
H A Ddelay.c33 cycles_t target = get_cycles() + cycles;
35 while (get_cycles() < target)
/arch/mn10300/include/asm/
H A Dtimex.h25 static inline cycles_t get_cycles(void) function
/arch/x86/include/asm/
H A Dtsc.h22 static inline cycles_t get_cycles(void) function
/arch/tile/kernel/
H A Dtime.c46 cycles_t get_cycles(void) function
60 EXPORT_SYMBOL(get_cycles); variable
73 return get_cycles();
218 return clocksource_cyc2ns(get_cycles(),

Completed in 397 milliseconds

12