Searched refs:mext_init (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 1991 mext_init(m, buf, m_maxsize(MC_CL), NULL, NULL, rfa, 0, \ 1995 mext_init(m, buf, m_maxsize(MC_BIGCL), m_bigfree, NULL, rfa, 0, \ 1999 mext_init(m, buf, m_maxsize(MC_16KCL), m_16kfree, NULL, rfa, 0, \ 2040 extern void mext_init(struct mbuf *m, void *__sized_by(size)buf, u_int size,
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 513 mext_init(struct mbuf *m, void *__sized_by(size)buf, u_int size, in mext_init() function 1824 mext_init(m, extbuf, extsize, extfree, extarg, rfa, in m_clattach() 1827 mext_init(m, extbuf, extsize, extfree, (caddr_t)m, rfa, in m_clattach() 4805 mext_init(m, extbuf, extsize, extfree, (caddr_t)m, rfa, in m_ext_paired_activate()
|
| H A D | uipc_mbuf_mcache.c | 3258 mext_init(m, extbuf, extsize, extfree, extarg, rfa, 3261 mext_init(m, extbuf, extsize, extfree, (caddr_t)m, rfa,
|