Searched refs:timer_val (Results 1 – 6 of 6) sorted by relevance
17 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() argument19 *timer_val = __vmgettime(); in read_current_timer()
85 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() argument87 *timer_val = get_cycles(); in read_current_timer()
30 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument35 *timer_val = delay_timer->read_current_timer(); in read_current_timer()
192 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument195 *timer_val = rdtsc(); in read_current_timer()
75 unsigned int timer_val; member355 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()
895 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument897 *timer_val = get_tick(); in read_current_timer()