Searched refs:kmem_cache_stats (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 6740 kmem_cache_stats(char *title, char *name, int prefix, int64_t *total_bytes) in kmem_cache_stats() function 6831 kmem_cache_stats("streams", in m_report() 6833 kmem_cache_stats("queues", "queue_cache", 0, &total_bytes); in m_report() 6834 kmem_cache_stats("mblk", "streams_mblk", 0, &total_bytes); in m_report() 6835 kmem_cache_stats("dblk", "streams_dblk", 1, &total_bytes); in m_report() 6836 kmem_cache_stats("linkblk", "linkinfo_cache", 0, &total_bytes); in m_report() 6837 kmem_cache_stats("syncq", "syncq_cache", 0, &total_bytes); in m_report() 6838 kmem_cache_stats("qband", "qband_cache", 0, &total_bytes); in m_report()
|