Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/netstat/
H A Dmbuf.c128 mbuf_bytes = memstat_get_bytes(mtp); in mbpr()
141 packet_bytes = memstat_get_bytes(mtp); in mbpr()
165 tag_bytes = memstat_get_bytes(mtp); in mbpr()
/freebsd-13.1/lib/libmemstat/
H A Dmemstat.h141 uint64_t memstat_get_bytes(const struct memory_type *mtp);
H A Dmemstat.c295 memstat_get_bytes(const struct memory_type *mtp) in memstat_get_bytes() function
/freebsd-13.1/usr.bin/vmstat/
H A Dvmstat.c1449 ((uintmax_t)memstat_get_bytes(mtp) + 1023) / 1024, in domemstat_malloc()