mb_alloc_ext_pgs
m = mb_alloc_ext_pgs(flags & ~ICL_NOCOPY,
m = mb_alloc_ext_pgs(how, nvmf_che_free_mext_pg, M_RDONLY);
m = mb_alloc_ext_pgs(M_WAITOK, aiotx_free_pgs, M_RDONLY);
m = mb_alloc_ext_pgs(flags & ~ICL_NOCOPY,
m = mb_alloc_ext_pgs(how, nvmf_tcp_free_mext_pg, M_RDONLY);
m2 = mb_alloc_ext_pgs(M_WAITOK, mb_free_mext_pgs, 0);
m = mb_alloc_ext_pgs(how, mb_free_mext_pgs, 0);
m0 = mb_alloc_ext_pgs(M_WAITOK,
mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs, 0);
mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs, 0);
struct mbuf *mb_alloc_ext_pgs(int, m_ext_free_t, int);