Home
last modified time | relevance | path

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

/dflybsd-src/sys/vm/
H A Dvm_contig.c547 return contigmalloc_map(size, type, flags, low, high, alignment, in contigmalloc()
555 contigmalloc_map(unsigned long size, struct malloc_type *type, in contigmalloc_map() function
607 return ((vm_offset_t)contigmalloc_map(size, M_DEVBUF, M_NOWAIT, low, in kmem_alloc_contig()
H A Dvm_kern.h110 extern void *contigmalloc_map(u_long, struct malloc_type *, int,