Home
last modified time | relevance | path

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

/external/syslinux/core/
Didle.c34 _IdleTimer = jiffies(); in reset_idle()
40 if (jiffies() - _IdleTimer < TICKS_TO_IDLE) in __idle()
Dpmapi.c41 .jiffies = &__jiffies,
Dpxelinux.asm305 ; Note: use BIOS_timer here; we may not have jiffies set up.
/external/syslinux/efi/
Dudp.c38 last = start = jiffies(); in core_udp_configure()
44 cur = jiffies(); in core_udp_configure()
236 start = jiffies(); in core_udp_recv()
239 if (jiffies() - start >= 15) { in core_udp_recv()
240 if (jiffies() - start >= 30) in core_udp_recv()
Dtcp.c72 last = start = jiffies(); in core_tcp_connect()
78 cur = jiffies(); in core_tcp_connect()
/external/syslinux/core/fs/pxe/
Disr.c75 now = jiffies(); in install_irq_vector()
78 while (jiffies() - now < 4 && (ok = !pxe_need_poll)) in install_irq_vector()
124 jiffies_t now = jiffies(); in pxe_poll_wakeups()
Dtftp.c99 oldtime = jiffies(); in tftp_get_packet()
109 jiffies_t now = jiffies(); in tftp_get_packet()
244 oldtime = jiffies(); in tftp_open()
256 jiffies_t now = jiffies(); in tftp_open()
/external/autotest/client/site_tests/power_HotCPUSuspend/
Dpower_HotCPUSuspend.py31 times = [int(jiffies) for jiffies in times]
/external/syslinux/core/include/
Dtimer.h9 static inline jiffies_t jiffies(void) in jiffies() function
/external/syslinux/com32/include/syslinux/
Dpmapi.h75 volatile uint32_t *jiffies; member
/external/syslinux/core/legacynet/
Ddnsresolv.c299 oldtime = jiffies(); in dns_resolv()
301 if (jiffies() - oldtime >= timeout) in dns_resolv()
/external/autotest/client/site_tests/desktopui_SonicExtension/
Dtest_utils.py344 times = [int(jiffies) for jiffies in times]
/external/syslinux/gpxe/src/drivers/net/
Dwlan_compat.h421 expire = timeout + jiffies; \
427 if (jiffies > expire) { \
428 ret = jiffies - expire; \
Ddmfe.c103 #define DMFE_TIMER_WUT (jiffies + HZ * 1) /* timer wakeup time : 1 second */
Dbnx2.c874 mod_timer(&bp->timer, jiffies + bp->current_interval); in bnx2_setup_serdes_phy()
/external/iproute2/tc/
DREADME.last31 Clock is derived from jiffies. On architectures with HZ=100
/external/selinux/libselinux/src/
Davc.c603 unsigned long now = jiffies;