Searched refs:STATS_INC_USED (Results 1 – 1 of 1) sorted by relevance
155 #define STATS_INC_USED(x, y) do { lwip_stats.x.used += y; \ macro164 #define STATS_INC_USED(x)234 #define MEM_STATS_INC_USED(x, y) STATS_INC_USED(mem, y)249 #define MEMP_STATS_INC_USED(x, i) STATS_INC_USED(memp[i], 1)262 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1)