Searched refs:contigmalloc_map (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/sys/vm/ |
| H A D | vm_contig.c | 547 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 D | vm_kern.h | 110 extern void *contigmalloc_map(u_long, struct malloc_type *, int,
|