Searched refs:jiffies (Results 1 – 7 of 7) sorted by relevance
82 extern unsigned long volatile __jiffy_data jiffies;89 return (u64)jiffies; in get_jiffies_64()328 jiffies_to_timespec(const unsigned long jiffies, struct timespec *value) in jiffies_to_timespec() argument334 u64 nsec = (u64)jiffies * TICK_NSEC; in jiffies_to_timespec()366 jiffies_to_timeval(const unsigned long jiffies, struct timeval *value) in jiffies_to_timeval() argument372 u64 nsec = (u64)jiffies * TICK_NSEC; in jiffies_to_timeval()
416 if (ch && time_before(jiffies, port->sysrq)) { in uart_handle_sysrq_char()439 port->sysrq = jiffies + HZ*5; in uart_handle_break()
65 #define clock() (jiffies)66 #define time(x) (jiffies)
42 start = jiffies; in SDL_StartTicks()47 return((jiffies-start)*1000/HZ); in SDL_GetTicks()
1857 priv->timerSetAt = jiffies;1859 mod_timer(&priv->timer, jiffies + ticks);2429 dev->trans_start = jiffies;2525 dev->trans_start = jiffies;2826 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY;2827 priv->timerSetAt = jiffies;2831 priv->timerSetAt = jiffies;2986 priv->timer.expires = jiffies + TLAN_TIMER_ACT_DELAY;2987 priv->timerSetAt = jiffies;2991 priv->timerSetAt = jiffies;[all …]
31 Clock is derived from jiffies. On architectures with HZ=100
552 unsigned long now = jiffies;