Home
last modified time | relevance | path

Searched refs:jiffies (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
Djiffies.h82 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() argument
334 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() argument
372 u64 nsec = (u64)jiffies * TICK_NSEC; in jiffies_to_timeval()
Dserial_core.h416 if (ch && time_before(jiffies, port->sysrq)) { in uart_handle_sysrq_char()
439 port->sysrq = jiffies + HZ*5; in uart_handle_break()
/external/srtp/crypto/include/
Dkernel_compat.h65 #define clock() (jiffies)
66 #define time(x) (jiffies)
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/
DSDL_systimer.c42 start = jiffies; in SDL_StartTicks()
47 return((jiffies-start)*1000/HZ); in SDL_GetTicks()
/external/grub/netboot/
Dtlan.c1857 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 …]
/external/iproute2/tc/
DREADME.last31 Clock is derived from jiffies. On architectures with HZ=100
/external/libselinux/src/
Davc.c552 unsigned long now = jiffies;