Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1681 __private_extern__ char * __sized_by_or_null(M16KCLBYTES) m_16kalloc(int);
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c282 (_addr = m_16kalloc(how)) != NULL) { in mbuf_alloccluster()
H A Duipc_mbuf.c1964 m_16kalloc(int wait) in __sized_by_or_null()
1986 if ((bytes = m_16kalloc(wait)) != NULL) { in m_m16kget()
H A Duipc_mbuf_mcache.c3387 m_16kalloc(int wait) function
3414 m->m_ext.ext_buf = m_16kalloc(wait);