Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsm_subs.h74 mb2 = mb_alloc_ext_plus_pages(PAGE_SIZE, M_WAITOK); in nfsm_build()
H A Dnfs_commonsubs.c4604 mreq = mb_alloc_ext_plus_pages(PAGE_SIZE, M_WAITOK); in nfsrvd_rephead()
5113 mp = mb_alloc_ext_plus_pages(PAGE_SIZE, M_WAITOK); in nfsm_add_ext_pgs()
/freebsd/sys/kern/
H A Dkern_mbuf.c1687 mb_alloc_ext_plus_pages(int len, int how) in mb_alloc_ext_plus_pages() function
1734 m = mout = mb_alloc_ext_plus_pages(mbufsiz, how); in mb_mapped_to_unmapped()
1746 m->m_next = mb_alloc_ext_plus_pages(mbufsiz, in mb_mapped_to_unmapped()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c174 mp = mb_alloc_ext_plus_pages(PAGE_SIZE, M_WAITOK); in nfsm_uiombuflist()
/freebsd/sys/sys/
H A Dmbuf.h811 struct mbuf *mb_alloc_ext_plus_pages(int, int);
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c959 m = mb_alloc_ext_plus_pages(siz, M_WAITOK); in nfsrv_createiovec_extpgs()