Searched refs:mb_alloc_ext_pgs (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_mbuf.c | 1136 mb_alloc_ext_pgs(int how, m_ext_free_t ext_free, int flags) in mb_alloc_ext_pgs() function 1726 m = mb_alloc_ext_pgs(how, mb_free_mext_pgs, 0); in mb_alloc_ext_plus_pages()
|
H A D | uipc_mbuf.c | 1890 mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs, 0); in m_uiotombuf_nomap() 1902 mb = mb_alloc_ext_pgs(how, mb_free_mext_pgs, 0); in m_uiotombuf_nomap()
|
H A D | kern_sendfile.c | 1027 m0 = mb_alloc_ext_pgs(M_WAITOK, in vn_sendfile()
|
/freebsd/sys/dev/iscsi/ |
H A D | icl_soft.c | 1141 m = mb_alloc_ext_pgs(flags & ~ICL_NOCOPY, in icl_soft_conn_pdu_append_bio()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 810 struct mbuf *mb_alloc_ext_pgs(int, m_ext_free_t, int);
|
/freebsd/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/sys/dev/nvmf/ |
H A D | nvmf_tcp.c | 888 m = mb_alloc_ext_pgs(how, nvmf_tcp_free_mext_pg, M_RDONLY); in nvmf_tcp_mext_pg()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 2129 m = mb_alloc_ext_pgs(M_WAITOK, aiotx_free_pgs, M_RDONLY); in alloc_aiotx_mbuf()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 9750 m2 = mb_alloc_ext_pgs(M_WAITOK, mb_free_mext_pgs, 0); in nfsm_split()
|