Searched refs:mt_soname (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 2635 int mt_free = 0, mt_data = 0, mt_header = 0, mt_soname = 0, mt_tag = 0; in m_freem_list() local 2704 mt_soname++; in m_freem_list() 2745 mt_soname++; in m_freem_list() 2774 if (mt_soname > 0) { in m_freem_list() 2775 mtype_stat_sub(MT_SONAME, mt_soname); in m_freem_list()
|
| H A D | uipc_mbuf_mcache.c | 3886 int mt_free = 0, mt_data = 0, mt_header = 0, mt_soname = 0, mt_tag = 0; local 3960 mt_soname++; 4005 mt_soname++; 4034 if (mt_soname > 0) { 4035 mtype_stat_sub(MT_SONAME, mt_soname);
|