Searched refs:ext_ref (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.41.3/bsd/kern/ |
| H A D | uipc_mbuf.c | 937 static void m_set_rfa(struct mbuf *, struct ext_ref *); 1019 static struct ext_ref *mz_ref_alloc(zalloc_flags_t); 1020 static void mz_ref_free(struct ext_ref *); 1032 ZONE_DEFINE_ID(ZONE_ID_MBUF_REF, "mbuf.ref", struct ext_ref, 1053 sizeof(struct mbuf) + sizeof(struct ext_ref) + MCLBYTES, 1056 sizeof(struct mbuf) + sizeof(struct ext_ref) + MBIGCLBYTES, 1059 sizeof(struct mbuf) + sizeof(struct ext_ref) + M16KCLBYTES, 1335 m_ext_free_func_t free, caddr_t free_arg, struct ext_ref *rfa, in mext_init() 1659 static inline struct ext_ref * 1670 mz_ref_free(struct ext_ref *rfa) in mz_ref_free() [all …]
|
| /xnu-11215.41.3/bsd/sys/ |
| H A D | mbuf.h | 596 struct ext_ref { struct 1768 __private_extern__ void m_set_ext(struct mbuf *, struct ext_ref *, 1770 __private_extern__ struct ext_ref *m_get_rfa(struct mbuf *);
|