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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c3218 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1) macro
3220 #define _M_RETRYHDR(wait, type) _M_GETHDR(wait, type)
3222 #define _MGETHDR(m, how, type) ((m) = _M_GETHDR(how, type))
3233 return (_M_GETHDR(wait, type));
3340 if (m == NULL && (m = _M_GETHDR(wait, type)) == NULL)
3390 if ((m = _M_GETHDR(wait, type)) == NULL)
5463 if ((n = _M_GETHDR(how, m->m_type)) == NULL)
5484 n = _M_GETHDR(how, m->m_type);

Completed in 83 milliseconds