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

/freebsd-12-stable/sys/sys/
H A Dmbuf.h673 int m_clget(struct mbuf *m, int how);
941 #define MCLGET(m, how) m_clget((m), (how))
/freebsd-12-stable/sys/kern/
H A Dkern_mbuf.c76 * m_clget() m_getcl()
906 * m_clget() - attach cluster to already allocated mbuf.
917 m_clget(struct mbuf *m, int how) function
937 * m_cljget() is different from m_clget() as it can allocate clusters without

Completed in 70 milliseconds