Searched refs:_M_GET (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/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); 6136 n = _M_GET(how, m->m_type); 6190 n = _M_GET(how, m->m_type); 6337 if ((n = _M_GET(how, m->m_type)) == NULL) { 6353 n = _M_GET(how, m->m_type);
|