Home
last modified time | relevance | path

Searched refs:_M_GETHDR (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1538 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1) macro
1540 #define _M_RETRYHDR(wait, type) _M_GETHDR(wait, type)
1542 #define _MGETHDR(m, how, type) ((m) = _M_GETHDR(how, type))
1553 return _M_GETHDR(wait, type); in m_gethdr()
1750 (m == NULL && (m = _M_GETHDR(wait, type)) == NULL)) { in m_clattach()
1811 if ((m = _M_GETHDR(wait, type)) == NULL) { in m_clattach()
4069 if ((n = _M_GETHDR(how, m->m_type)) == NULL) { in m_dup()
4092 n = _M_GETHDR(how, m->m_type); in m_dup()
H A Duipc_mbuf_mcache.c3079 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1) macro
3182 (m == NULL && (m = _M_GETHDR(wait, type)) == NULL)) {
3245 if ((m = _M_GETHDR(wait, type)) == NULL) {