Searched refs:ext_ref (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_mbuf.c | 341 static struct ext_ref *mz_ref_alloc(zalloc_flags_t); 342 static void mz_ref_free(struct ext_ref *); 354 ZONE_DEFINE_ID(ZONE_ID_MBUF_REF, "mbuf.ref", struct ext_ref, 375 sizeof(struct mbuf) + sizeof(struct ext_ref) + MCLBYTES, 378 sizeof(struct mbuf) + sizeof(struct ext_ref) + MBIGCLBYTES, 381 sizeof(struct mbuf) + sizeof(struct ext_ref) + M16KCLBYTES, 455 __private_extern__ inline struct ext_ref * 484 m_set_ext(struct mbuf *m, struct ext_ref *rfa, m_ext_free_func_t ext_free, in m_set_ext() 514 m_ext_free_func_t free, caddr_t free_arg, struct ext_ref *rfa, in mext_init() 825 static inline struct ext_ref * [all …]
|
| H A D | uipc_mbuf_mcache.c | 1176 ref_cache = mcache_create("mext_ref", sizeof(struct ext_ref), in mbinit() 2031 struct ext_ref *rfa; in mbuf_cslab_alloc() 2117 rfa = (struct ext_ref *)ref_list; in mbuf_cslab_alloc() 3174 struct ext_ref *rfa = NULL; 3288 struct ext_ref *rfa; 3313 struct ext_ref *rfa = NULL; 3372 struct ext_ref *rfa = NULL; 3409 struct ext_ref *rfa = NULL; 3443 struct ext_ref *rfa; 3786 struct ext_ref *rfa;
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | mbuf.h | 612 struct ext_ref { struct 1869 __private_extern__ struct ext_ref *m_get_rfa(struct mbuf *); 2039 extern void m_set_ext(struct mbuf *m, struct ext_ref *rfa, m_ext_free_func_t ext_free, 2042 m_ext_free_func_t free, caddr_t free_arg, struct ext_ref *rfa,
|