Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dmbuf.c93 uintmax_t bytes_inuse, bytes_incache, bytes_total; in mbpr() local
266 bytes_inuse = in mbpr()
299 bytes_total = bytes_inuse + bytes_incache; in mbpr()
304 bytes_inuse / 1024, bytes_incache / 1024, bytes_total / 1024); in mbpr()