HomeSort by: relevance | last modified time | path
    Searched refs:m_mtypes (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/systat/
mbufs.c 94 if (mb->m_mtypes[i] > max) {
95 max = mb->m_mtypes[i];
115 mb->m_mtypes[idx] = 0;
  /src/usr.bin/netstat/
mbuf.c 79 const int nmbtypes = sizeof(mbstat.m_mtypes) / sizeof(short);
156 totmbufs += mbstat.m_mtypes[mp->mt_type];
159 if (mbstat.m_mtypes[mp->mt_type]) {
162 mbstat.m_mtypes[mp->mt_type], mp->mt_name);
166 if (!seen[i] && mbstat.m_mtypes[i]) {
168 mbstat.m_mtypes[i], i);
  /src/sys/sys/
mbuf.h 696 u_short m_mtypes[256]; /* type specific mbuf allocations */ member in struct:mbstat
700 u_int m_mtypes[256]; /* type specific mbuf allocations */ member in struct:mbstat_cpu
  /src/tests/net/bpf/
t_bpf.c 74 return mbstat.m_mtypes[MT_DATA];
  /src/sys/kern/
uipc_mbuf.c 401 mb->m_mtypes[type] += diff;
413 for (i = 0; i < __arraycount(mbs->m_mtypes); i++) {
414 mbs->m_mtypes[i] += mbsc->m_mtypes[i];

Completed in 15 milliseconds