Searched refs:m_clalloc (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c167 * | m_clalloc()
624 /* The following are used to serialize m_clalloc() */
639 static int m_clalloc(const u_int32_t, const int, const u_int32_t);
2608 m_clalloc(const u_int32_t num, const int wait, const u_int32_t bufsize) function
2634 (PZERO-1), "m_clalloc", NULL);
2872 i = m_clalloc(numpages, wait, m_maxsize(MC_BIGCL));
2885 return (m_clalloc(num, wait, m_maxsize(class)) != 0);
6093 * we get here, it must be as a result of m_clalloc() which
6106 * No other thread could have gone into m_clalloc() after

Completed in 171 milliseconds