Home
last modified time | relevance | path

Searched refs:m_clalloc (Results 1 – 2 of 2) sorted by last modified time

/original-bsd/sys/sys/
H A Dmbuf.h190 (void)m_clalloc(1, (how)); \
350 int m_clalloc __P((int, int));
/original-bsd/sys/kern/
H A Duipc_mbuf.c34 if (m_clalloc(max(4096/CLBYTES, 1), M_DONTWAIT) == 0) in mbinit()
49 m_clalloc(ncl, nowait) in m_clalloc() function