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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c3219 #define _M_RETRY(wait, type) _M_GET(wait, type) macro
3239 return (_M_RETRY(wait, type));
4423 n = _M_RETRY(wait, m->m_type);
5580 n = _M_RETRY(M_DONTWAIT, MT_DATA);

Completed in 98 milliseconds