Home
last modified time | relevance | path

Searched refs:sys_timeo (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dtimers.c62 static struct sys_timeo *next_timeout;
268 struct sys_timeo *timeout, *t; in sys_timeout_debug()
270 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_debug()
322 struct sys_timeo *prev_t, *t; in sys_untimeout()
359 struct sys_timeo *tmptimeout; in sys_check_timeouts()
422 struct sys_timeo *tmptimeout; in sys_timeouts_mbox_fetch()
/external/syslinux/core/lwip/src/include/lwip/
Dtimers.h65 struct sys_timeo { struct
66 struct sys_timeo *next; argument
Dmemp_std.h75 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")