Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/netstat/
Dmbuf.c83 uintmax_t bytes_inuse, bytes_incache, bytes_total; in mbpr() local
263 bytes_incache = in mbpr()
277 bytes_total = bytes_inuse + bytes_incache; in mbpr()
281 bytes_incache / 1024, bytes_total / 1024); in mbpr()