Home
last modified time | relevance | path

Searched refs:mb_alloc_ext_plus_pages (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_mbuf.c1577 mb_alloc_ext_plus_pages(int len, int how) in mb_alloc_ext_plus_pages() function
1629 m = mout = mb_alloc_ext_plus_pages(mbufsiz, how); in mb_mapped_to_unmapped()
1641 m->m_next = mb_alloc_ext_plus_pages(mbufsiz, in mb_mapped_to_unmapped()
/f-stack/freebsd/sys/
H A Dmbuf.h787 struct mbuf *mb_alloc_ext_plus_pages(int, int);