Searched refs:_M_GET (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 4394 #define _M_GET(wait, type) m_get_common(wait, type, 0) macro 4396 #define _M_RETRY(wait, type) _M_GET(wait, type) 4398 #define _MGET(m, how, type) ((m) = _M_GET(how, type)) 4404 return _M_GET(wait, type); 7175 n = _M_GET(how, m->m_type); 7229 n = _M_GET(how, m->m_type); 7380 if ((n = _M_GET(how, m->m_type)) == NULL) { 7396 n = _M_GET(how, m->m_type);
|