Searched refs:mtte (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf2.c | 690 m_tag_type_entry_ref_t mtte = &m_tag_type_table[KERNEL_TAG_TYPE_NONE]; in get_m_tag_type_entry() local 707 mtte = &m_tag_type_table[type]; in get_m_tag_type_entry() 723 return mtte; in get_m_tag_type_entry() 728 m_tag_kalloc(uint32_t id, uint16_t type, uint16_t len, int wait, struct m_tag_type_entry *mtte) in m_tag_kalloc() argument 732 tag = mtte->mt_alloc_func(id, type, len, wait); in m_tag_kalloc() 748 m_tag_kfree(struct m_tag *tag, struct m_tag_type_entry *mtte) in m_tag_kfree() argument 750 mtte->mt_free_func(tag); in m_tag_kfree() 758 m_tag_type_entry_ref_t mtte = NULL; in m_tag_alloc() local 761 mtte = get_m_tag_type_entry(id, type, &mtts); in m_tag_alloc() 780 tag = m_tag_kalloc(id, type, (uint16_t)len, wait, mtte); in m_tag_alloc() [all …]
|