Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dmbuf.c77 uintmax_t bytes_inuse, bytes_incache, bytes_total; in mbpr() local
246 bytes_inuse = in mbpr()
279 bytes_total = bytes_inuse + bytes_incache; in mbpr()
284 bytes_inuse / 1024, bytes_incache / 1024, bytes_total / 1024); in mbpr()