Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c938 static void m_set_rfa(struct mbuf *, struct ext_ref *);
1020 static struct ext_ref *mz_ref_alloc(zalloc_flags_t);
1021 static void mz_ref_free(struct ext_ref *);
1033 ZONE_DEFINE_ID(ZONE_ID_MBUF_REF, "mbuf.ref", struct ext_ref,
1054 sizeof(struct mbuf) + sizeof(struct ext_ref) + MCLBYTES,
1057 sizeof(struct mbuf) + sizeof(struct ext_ref) + MBIGCLBYTES,
1060 sizeof(struct mbuf) + sizeof(struct ext_ref) + M16KCLBYTES,
1329 m_ext_free_func_t free, caddr_t free_arg, struct ext_ref *rfa, in mext_init()
1652 static inline struct ext_ref *
1663 mz_ref_free(struct ext_ref *rfa) in mz_ref_free()
[all …]
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h603 struct ext_ref { struct
1822 __private_extern__ void m_set_ext(struct mbuf *, struct ext_ref *,
1824 __private_extern__ struct ext_ref *m_get_rfa(struct mbuf *);