Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf2.c750 struct m_tag_type_stats *mtts = NULL; in m_tag_alloc() local
752 mtte = get_m_tag_type_entry(id, type, &mtts); in m_tag_alloc()
780 os_atomic_inc(&mtts->mt_alloc_count, relaxed); in m_tag_alloc()
782 os_atomic_inc(&mtts->mt_alloc_failed, relaxed); in m_tag_alloc()
793 struct m_tag_type_stats *mtts = NULL; in m_tag_free() local
801 mtte = get_m_tag_type_entry(tag->m_tag_id, tag->m_tag_type, &mtts); in m_tag_free()
809 os_atomic_inc(&mtts->mt_free_count, relaxed); in m_tag_free()