Home
last modified time | relevance | path

Searched refs:MEMP_MAX (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dmemp.c117 static struct memp *memp_tab[MEMP_MAX];
129 const u16_t memp_sizes[MEMP_MAX] = {
137 static const u16_t memp_num[MEMP_MAX] = {
144 static const char *memp_desc[MEMP_MAX] = {
187 for (i = 0; i < MEMP_MAX; i++) { in memp_sanity()
286 for (i = 0; i < MEMP_MAX; ++i) { in memp_overflow_check_all()
294 for (i = 0; i < MEMP_MAX; ++i) { in memp_overflow_check_all()
314 for (i = 0; i < MEMP_MAX; ++i) { in memp_overflow_init()
342 for (i = 0; i < MEMP_MAX; ++i) { in memp_init()
353 for (i = 0; i < MEMP_MAX; ++i) { in memp_init()
[all …]
Dstats.c60 for (i = 0; i < MEMP_MAX; i++) { in stats_init()
130 if(index < MEMP_MAX) { in stats_display_memp()
168 for (i = 0; i < MEMP_MAX; i++) { in stats_display()
Dmem.c141 LWIP_ASSERT("hmem->poolnr < MEMP_MAX", (hmem->poolnr < MEMP_MAX)); in mem_free()
/external/syslinux/core/lwip/src/include/lwip/
Dmemp.h46 MEMP_MAX enumerator
79 extern const u16_t memp_sizes[MEMP_MAX];
Dstats.h142 struct stats_mem memp[MEMP_MAX];