Home
last modified time | relevance | path

Searched refs:ext_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_memdesc.c341 vaddr_ext_mbuf(memdesc_alloc_ext_mbuf_t *ext_alloc, void *cb_arg, int how, in vaddr_ext_mbuf() argument
345 return (ext_alloc(cb_arg, how, buf, len)); in vaddr_ext_mbuf()
470 vlist_ext_mbuf(memdesc_alloc_ext_mbuf_t *ext_alloc, void *cb_arg, int how, in vlist_ext_mbuf() argument
495 n = ext_alloc(cb_arg, how, (char *)(uintptr_t)vlist->ds_addr + in vlist_ext_mbuf()
750 memdesc_alloc_ext_mbuf_t *ext_alloc, in memdesc_alloc_ext_mbufs() argument
759 m = vaddr_ext_mbuf(ext_alloc, cb_arg, how, in memdesc_alloc_ext_mbufs()
767 m = vlist_ext_mbuf(ext_alloc, cb_arg, how, mem->u.md_list, in memdesc_alloc_ext_mbufs()
/freebsd/sys/sys/
H A Dmemdesc.h198 memdesc_alloc_ext_mbuf_t *ext_alloc,