Searched refs:mb_alloc_ext_pgs (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_mbuf.c | 1122 mb_alloc_ext_pgs(int how, m_ext_free_t ext_free) in mb_alloc_ext_pgs() function 1690 m = mb_alloc_ext_pgs(how, mb_free_mext_pgs); in mb_alloc_ext_plus_pages()
|
| H A D | uipc_mbuf.c | 1824 mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs); in m_uiotombuf_nomap() 1836 mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs); in m_uiotombuf_nomap()
|
| H A D | kern_sendfile.c | 1005 m0 = mb_alloc_ext_pgs(M_WAITOK, in vn_sendfile()
|
| /freebsd-14.2/sys/sys/ |
| H A D | mbuf.h | 812 struct mbuf *mb_alloc_ext_pgs(int, m_ext_free_t);
|
| /freebsd-14.2/sys/dev/iscsi/ |
| H A D | icl_soft.c | 1142 m = mb_alloc_ext_pgs(flags & ~ICL_NOCOPY, in icl_soft_conn_pdu_append_bio()
|
| /freebsd-14.2/sys/dev/cxgbe/cxgbei/ |
| H A D | icl_cxgbei.c | 653 m = mb_alloc_ext_pgs(flags & ~ICL_NOCOPY, in icl_cxgbei_conn_pdu_append_bio()
|
| /freebsd-14.2/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 2129 m = mb_alloc_ext_pgs(M_WAITOK, aiotx_free_pgs); in alloc_aiotx_mbuf()
|
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 9403 m2 = mb_alloc_ext_pgs(M_WAITOK, mb_free_mext_pgs); in nfsm_split()
|