Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c4408 #define _M_GET(wait, type) m_get_common(wait, type, 0) macro
4410 #define _M_RETRY(wait, type) _M_GET(wait, type)
4412 #define _MGET(m, how, type) ((m) = _M_GET(how, type))
4418 return _M_GET(wait, type);
7212 n = _M_GET(how, m->m_type);
7266 n = _M_GET(how, m->m_type);
7417 if ((n = _M_GET(how, m->m_type)) == NULL) {
7433 n = _M_GET(how, m->m_type);