Searched refs:_M_GET (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 4393 #define _M_GET(wait, type) m_get_common(wait, type, 0) macro 4395 #define _M_RETRY(wait, type) _M_GET(wait, type) 4397 #define _MGET(m, how, type) ((m) = _M_GET(how, type)) 4403 return _M_GET(wait, type); 7225 n = _M_GET(how, m->m_type); 7279 n = _M_GET(how, m->m_type); 7429 if ((n = _M_GET(how, m->m_type)) == NULL) { 7445 n = _M_GET(how, m->m_type);
|