Searched refs:m_mclalloc (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h421 #define MCLALLOC(p, how) ((p) = m_mclalloc(how))
1035 __private_extern__ caddr_t m_mclalloc(int);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c459 t = (struct m_tag *)(void *)m_mclalloc(wait);
H A Dkpi_mbuf.c140 if (*size <= MCLBYTES && (*addr = m_mclalloc(how)) != NULL)
H A Duipc_mbuf.c149 * m_mclalloc(), m_bigalloc(), m_copym_with_hdrs(),
3460 m->m_ext.ext_buf = m_mclalloc(wait);
3471 m_mclalloc(int wait) function

Completed in 108 milliseconds