Lines Matching refs:extpg_alloc
423 paddr_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in paddr_ext_mbuf() argument
442 m = tail = extpg_alloc(cb_arg, how); in paddr_ext_mbuf()
448 tail->m_next = extpg_alloc(cb_arg, how); in paddr_ext_mbuf()
521 plist_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in plist_ext_mbuf() argument
538 m = tail = extpg_alloc(cb_arg, how); in plist_ext_mbuf()
579 tail->m_next = extpg_alloc(cb_arg, how); in plist_ext_mbuf()
602 vmpages_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in vmpages_ext_mbuf() argument
626 m = tail = extpg_alloc(cb_arg, how); in vmpages_ext_mbuf()
645 tail->m_next = extpg_alloc(cb_arg, how); in vmpages_ext_mbuf()
663 tail->m_next = extpg_alloc(cb_arg, how); in vmpages_ext_mbuf()
751 memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in memdesc_alloc_ext_mbufs() argument
763 m = paddr_ext_mbuf(extpg_alloc, cb_arg, how, mem->u.md_paddr + in memdesc_alloc_ext_mbufs()
771 m = plist_ext_mbuf(extpg_alloc, cb_arg, how, mem->u.md_list, in memdesc_alloc_ext_mbufs()
781 m = vmpages_ext_mbuf(extpg_alloc, cb_arg, how, mem->u.md_ma, in memdesc_alloc_ext_mbufs()