Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1537 #define _M_GET(wait, type) m_get_common(wait, type, 0) macro
1539 #define _M_RETRY(wait, type) _M_GET(wait, type)
1541 #define _MGET(m, how, type) ((m) = _M_GET(how, type))
1547 return _M_GET(wait, type); in m_get()
3892 n = _M_GET(how, m->m_type); in m_copyback0()
3940 n = _M_GET(how, m->m_type); in m_copyback0()
4078 if ((n = _M_GET(how, m->m_type)) == NULL) { in m_dup()
4094 n = _M_GET(how, m->m_type); in m_dup()