Searched refs:contigmalloc_domainset (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | malloc.h | 188 void *contigmalloc_domainset(unsigned long size, struct malloc_type *type,
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_slab.c | 221 return (contigmalloc_domainset(size, M_KMALLOC, in lkpi___kmalloc_node()
|
| /freebsd/sys/x86/iommu/ |
| H A D | amd_intrmap.c | 332 ptr = contigmalloc_domainset(sz, M_DEVBUF, DOMAINSET_PREF(dom), in amdiommu_ctx_init_irte()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | gicv3_its.c | 426 sc->sc_its_cmd_base = contigmalloc_domainset(ITS_CMDQ_SIZE, M_GICV3_ITS, in gicv3_its_cmdq_init() 652 table = contigmalloc_domainset(npages * PAGE_SIZE, in gicv3_its_table_init() 1505 l2_table = contigmalloc_domainset(ptable->ptab_l2_size, in its_device_alloc() 1566 its_dev->itt = contigmalloc_domainset(itt_size, in its_device_get()
|
| /freebsd/sys/kern/ |
| H A D | subr_busdma_bounce.c | 285 bpage->vaddr = contigmalloc_domainset(PAGE_SIZE, in alloc_bounce_pages()
|
| H A D | kern_malloc.c | 507 contigmalloc_domainset(unsigned long osize, struct malloc_type *type, in contigmalloc_domainset() function
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_mem2.c | 1462 clust = contigmalloc_domainset(p->_clustsize, M_NETMAP, in netmap_finalize_obj_allocator()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 903 MLINKS+=contigmalloc.9 contigmalloc_domainset.9
|