Home
last modified time | relevance | path

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

/arch/hexagon/include/asm/
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/
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/
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/
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/
Dnetwork.c75 unsigned int timer_val; member
355 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_timer()
387 lp->timer_val = ISS_NET_TIMER_VALUE; in iss_net_open()
388 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_open()
/arch/sparc/kernel/
Dtime_64.c895 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument
897 *timer_val = get_tick(); in read_current_timer()