Home
last modified time | relevance | path

Searched refs:m_get_common (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1519 m_get_common(int wait, short type, int hdr) in m_get_common() function
1537 #define _M_GET(wait, type) m_get_common(wait, type, 0)
1538 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1)
H A Duipc_mbuf_mcache.c3055 m_get_common(int wait, short type, int hdr) function
3079 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1)
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h2034 extern struct mbuf *m_get_common(int wait, short type, int hdr);