Lines Matching refs:ext_ref
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()
1754 struct ext_ref *rfa = NULL; in mz_composite_build()
1796 struct ext_ref *rfa = m_get_rfa(m); in mz_composite_mark_valid()
1821 struct ext_ref *rfa = m_get_rfa(m); in mz_composite_mark_invalid()
1841 struct ext_ref *rfa = NULL; in mz_composite_destroy()
2437 ref_cache = mcache_create("mext_ref", sizeof(struct ext_ref), in mbinit()
3337 struct ext_ref *rfa; in mbuf_cslab_alloc()
3425 rfa = (struct ext_ref *)ref_list; in mbuf_cslab_alloc()
4627 struct ext_ref *rfa = NULL;
4777 struct ext_ref *rfa;
4802 struct ext_ref *rfa = NULL;
4903 struct ext_ref *rfa = NULL;
4958 struct ext_ref *rfa = NULL;
5124 struct ext_ref *rfa;
5557 struct ext_ref *rfa;
9623 struct ext_ref *rfa;
9744 m_set_ext(struct mbuf *m, struct ext_ref *rfa, m_ext_free_func_t ext_free,
9790 __private_extern__ inline struct ext_ref *
9796 return (struct ext_ref *)(((uintptr_t)m->m_ext.ext_refflags) ^ mb_obscure_extref);
9801 m_set_rfa(struct mbuf *m, struct ext_ref *rfa)
9805 (struct ext_ref *)(((uintptr_t)rfa) ^ mb_obscure_extref);
9814 struct ext_ref *rfa;
9832 struct ext_ref *rfa;