Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_mbuf.c1129 mb_alloc_ext_pgs(int how, m_ext_free_t ext_free) in mb_alloc_ext_pgs() function
1584 m = mb_alloc_ext_pgs(how, mb_free_mext_pgs); in mb_alloc_ext_plus_pages()
1606 m = mb_alloc_ext_pgs(how, mb_free_ext); in mb_alloc_ext_plus_pages()
H A Duipc_mbuf.c1684 mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs); in m_uiotombuf_nomap()
1696 mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs); in m_uiotombuf_nomap()
H A Dkern_sendfile.c1009 m0 = mb_alloc_ext_pgs(M_WAITOK, in vn_sendfile()
/f-stack/freebsd/sys/
H A Dmbuf.h786 struct mbuf *mb_alloc_ext_pgs(int, m_ext_free_t);