Searched refs:m_bigfree (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/bsd/kern/ |
| H A D | uipc_mbuf.c | 988 MEXT_INIT(m, buf, m_maxsize(MC_BIGCL), m_bigfree, NULL, rfa, 0, \ 1442 } else if (m_free_func == m_bigfree) { in mbuf_get_class() 3787 m_set_ext(m, m_get_rfa(m), m_bigfree, NULL); 3845 } else if (m_free_func == m_bigfree) { 3878 } else if (m_free_func == m_bigfree) { 3935 } else if (m_free_func == m_bigfree) { 3968 } else if (m_free_func == m_bigfree) { 4111 m_bigfree(caddr_t p, __unused u_int size, __unused caddr_t arg) function 4672 VERIFY(m_free_func == NULL || m_free_func == m_bigfree || 4690 } else if (m_free_func == m_bigfree) { [all …]
|
| H A D | kpi_mbuf.c | 277 m_bigfree(addr, MBIGCLBYTES, NULL); in mbuf_freecluster()
|
| /xnu-8792.81.2/bsd/sys/ |
| H A D | mbuf.h | 1467 __private_extern__ void m_bigfree(caddr_t, u_int, caddr_t);
|