Home
last modified time | relevance | path

Searched refs:timer_val (Results 1 – 6 of 6) sorted by relevance

/arch/hexagon/include/asm/
A Dtimex.h17 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() argument
19 *timer_val = __vmgettime(); in read_current_timer()
/arch/riscv/include/asm/
A Dtimex.h85 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() argument
87 *timer_val = get_cycles(); in read_current_timer()
/arch/arm/lib/
A Ddelay.c30 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument
35 *timer_val = delay_timer->read_current_timer(); in read_current_timer()
/arch/x86/lib/
A Ddelay.c192 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument
195 *timer_val = rdtsc(); in read_current_timer()
/arch/xtensa/platforms/iss/
A Dnetwork.c76 unsigned int timer_val; member
344 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_timer()
367 lp->timer_val = ISS_NET_TIMER_VALUE; in iss_net_open()
368 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_open()
/arch/sparc/kernel/
A Dtime_64.c897 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument
899 *timer_val = get_tick(); in read_current_timer()

Completed in 889 milliseconds