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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c3217 #define _M_GET(wait, type) m_get_common(wait, type, 0) macro
3219 #define _M_RETRY(wait, type) _M_GET(wait, type)
3221 #define _MGET(m, how, type) ((m) = _M_GET(how, type))
3227 return (_M_GET(wait, type));
5283 n = _M_GET(how, m->m_type);
5335 n = _M_GET(how, m->m_type);
5471 if ((n = _M_GET(how, m->m_type)) == NULL)
5486 n = _M_GET(how, m->m_type);

Completed in 87 milliseconds