Searched refs:m_bigfree (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/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); 3843 } else if (m_free_func == m_bigfree) { 3872 } else if (m_free_func == m_bigfree) { 3925 } else if (m_free_func == m_bigfree) { 3953 } else if (m_free_func == m_bigfree) { 4096 m_bigfree(caddr_t p, __unused u_int size, __unused caddr_t arg) function 4654 VERIFY(m_free_func == NULL || m_free_func == m_bigfree || 4672 } else if (m_free_func == m_bigfree) { [all …]
|
| H A D | kpi_mbuf.c | 277 m_bigfree(addr, MBIGCLBYTES, NULL); in mbuf_freecluster()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mbuf.h | 1463 __private_extern__ void m_bigfree(caddr_t, u_int, caddr_t);
|