Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1539 #define _M_RETRY(wait, type) _M_GET(wait, type) macro
1559 return _M_RETRY(wait, type); in m_retry()
3096 n = _M_RETRY(wait, m->m_type); in m_copym_mode()
4194 n = _M_RETRY(M_DONTWAIT, MT_DATA); in m_expand()