Home
last modified time | relevance | path

Searched refs:memstat_get_bytes (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.bin/netstat/
H A Dmbuf.c126 mbuf_bytes = memstat_get_bytes(mtp); in mbpr()
139 packet_bytes = memstat_get_bytes(mtp); in mbpr()
163 tag_bytes = memstat_get_bytes(mtp); in mbpr()
/freebsd-14.2/lib/libmemstat/
H A Dmemstat.h139 uint64_t memstat_get_bytes(const struct memory_type *mtp);
H A Dmemstat.c293 memstat_get_bytes(const struct memory_type *mtp) in memstat_get_bytes() function
/freebsd-14.2/usr.bin/vmstat/
H A Dvmstat.c1384 (uintmax_t)memstat_get_bytes(mtp), in domemstat_malloc()