Searched refs:_M_GET (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ |
| H A D | uipc_mbuf.c | 3692 #define _M_GET(wait, type) m_get_common(wait, type, 0) macro 3694 #define _M_RETRY(wait, type) _M_GET(wait, type) 3696 #define _MGET(m, how, type) ((m) = _M_GET(how, type)) 3702 return _M_GET(wait, type); 6164 n = _M_GET(how, m->m_type); 6218 n = _M_GET(how, m->m_type); 6365 if ((n = _M_GET(how, m->m_type)) == NULL) { 6381 n = _M_GET(how, m->m_type);
|