Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/netstat/
H A Dmbuf.c125 mbuf_count = memstat_get_count(mtp); in mbpr()
138 packet_count = memstat_get_count(mtp); in mbpr()
150 cluster_count = memstat_get_count(mtp); in mbpr()
171 jumbop_count = memstat_get_count(mtp); in mbpr()
184 jumbo9_count = memstat_get_count(mtp); in mbpr()
197 jumbo16_count = memstat_get_count(mtp); in mbpr()
/freebsd-14.2/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-14.2/usr.bin/vmstat/
H A Dvmstat.c1376 memstat_get_count(mtp) == 0) in domemstat_malloc()
1383 memstat_get_name(mtp), (uintmax_t)memstat_get_count(mtp), in domemstat_malloc()
1451 (uintmax_t)memstat_get_count(mtp), in domemstat_zone()
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c358 tmp_size = memstat_get_count(mt_item); in storage_OS_get_memstat()