Home
last modified time | relevance | path

Searched refs:m_mclget (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h895 #define MCLGET(m, how) ((m) = m_mclget(m, how))
1495 extern struct mbuf *m_mclget(struct mbuf *, int);
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c337 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()
378 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
H A Duipc_mbuf.c1870 m_mclget(struct mbuf *m, int wait) in m_mclget() function
H A Duipc_mbuf_mcache.c3311 m_mclget(struct mbuf *m, int wait) function