Searched refs:mtte (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_mbuf2.c | 506 m_tag_type_entry_ref_t mtte = &m_tag_type_table[KERNEL_TAG_TYPE_NONE]; in get_m_tag_type_entry() local 523 mtte = &m_tag_type_table[type]; in get_m_tag_type_entry() 539 return mtte; in get_m_tag_type_entry() 544 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 548 tag = mtte->mt_alloc_func(id, type, len, wait); in m_tag_kalloc() 564 m_tag_kfree(struct m_tag *tag, struct m_tag_type_entry *mtte) in m_tag_kfree() argument 566 mtte->mt_free_func(tag); in m_tag_kfree() 574 m_tag_type_entry_ref_t mtte = NULL; in m_tag_alloc() local 577 mtte = get_m_tag_type_entry(id, type, &mtts); in m_tag_alloc() 596 tag = m_tag_kalloc(id, type, (uint16_t)len, wait, mtte); in m_tag_alloc() [all …]
|