Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5605 kmem_cache_stats(char *title, char *name, int prefix, int64_t *total_bytes) in kmem_cache_stats() function
5697 kmem_cache_stats("streams", in m_report()
5699 kmem_cache_stats("queues", "queue_cache", 0, &total_bytes); in m_report()
5700 kmem_cache_stats("mblk", "streams_mblk", 0, &total_bytes); in m_report()
5701 kmem_cache_stats("dblk", "streams_dblk", 1, &total_bytes); in m_report()
5702 kmem_cache_stats("linkblk", "linkinfo_cache", 0, &total_bytes); in m_report()
5703 kmem_cache_stats("syncq", "syncq_cache", 0, &total_bytes); in m_report()
5704 kmem_cache_stats("qband", "qband_cache", 0, &total_bytes); in m_report()