Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dmbuf.c117 mbuf_count = memstat_get_count(mtp); in mbpr()
130 packet_count = memstat_get_count(mtp); in mbpr()
142 cluster_count = memstat_get_count(mtp); in mbpr()
163 jumbop_count = memstat_get_count(mtp); in mbpr()
176 jumbo9_count = memstat_get_count(mtp); in mbpr()
189 jumbo16_count = memstat_get_count(mtp); in mbpr()
/freebsd/lib/libmemstat/
H A Dmemstat.h140 uint64_t memstat_get_count(const struct memory_type *mtp);
H A Dmemstat.c300 memstat_get_count(const struct memory_type *mtp) in memstat_get_count() function
/freebsd/usr.bin/vmstat/
H A Dvmstat.c1370 memstat_get_count(mtp) == 0) in domemstat_malloc()
1377 memstat_get_name(mtp), (uintmax_t)memstat_get_count(mtp), in domemstat_malloc()
1445 (uintmax_t)memstat_get_count(mtp), in domemstat_zone()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c358 tmp_size = memstat_get_count(mt_item); in storage_OS_get_memstat()