Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dmbuf.c137 mbuf_count = memstat_get_count(mtp); in mbpr()
150 packet_count = memstat_get_count(mtp); in mbpr()
162 cluster_count = memstat_get_count(mtp); in mbpr()
183 jumbop_count = memstat_get_count(mtp); in mbpr()
196 jumbo9_count = memstat_get_count(mtp); in mbpr()
209 jumbo16_count = memstat_get_count(mtp); in mbpr()
/f-stack/tools/libmemstat/
H A Dmemstat.h142 uint64_t memstat_get_count(const struct memory_type *mtp);
H A Dmemstat.c306 memstat_get_count(const struct memory_type *mtp) in memstat_get_count() function