Searched refs:M_FIRSTFIT (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_intrmap.c | 85 error = vmem_alloc(unit->irtids, count, M_FIRSTFIT | M_NOWAIT, in iommu_alloc_msi_intr() 172 error = vmem_alloc(unit->irtids, 1, M_FIRSTFIT | M_NOWAIT, &vmem_res); in iommu_map_ioapic_intr() 354 M_FIRSTFIT | M_NOWAIT); in dmar_init_irt()
|
| /f-stack/freebsd/arm/annapurna/alpine/ |
| H A D | alpine_pci_msix.c | 220 1, 0, M_FIRSTFIT | M_WAITOK); in al_msix_attach() 310 if (vmem_alloc(sc->irq_alloc, count, M_FIRSTFIT | M_NOWAIT, in al_msix_alloc_msi()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | malloc.h | 54 #define M_FIRSTFIT 0x1000 /* Only for vmem, fast fit. */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_vmem.c | 90 #define VMEM_FITMASK (M_BESTFIT | M_FIRSTFIT | M_NEXTFIT) 93 M_BESTFIT | M_FIRSTFIT | M_NEXTFIT) 432 if (strat == M_FIRSTFIT && ORDER2SIZE(idx) != qsize) { in bt_freehead_toalloc() 1333 MPASS(strat == M_BESTFIT || strat == M_FIRSTFIT || strat == M_NEXTFIT); in vmem_alloc() 1372 MPASS(strat == M_BESTFIT || strat == M_FIRSTFIT || strat == M_NEXTFIT); in vmem_xalloc() 1430 if (strat == M_FIRSTFIT) in vmem_xalloc() 1438 if (strat == M_FIRSTFIT) { in vmem_xalloc()
|
| /f-stack/freebsd/arm64/intel/ |
| H A D | stratix10-svc.c | 145 M_FIRSTFIT | M_NOWAIT, &mem->paddr)) { in s10_svc_allocate_memory()
|
| /f-stack/freebsd/sys/ |
| H A D | malloc.h | 61 #define M_FIRSTFIT 0x1000 /* only for vmem, fast fit */ macro
|
| /f-stack/freebsd/amd64/sgx/ |
| H A D | sgx.c | 175 if (vmem_alloc(sc->vmem_epc, PAGE_SIZE, M_FIRSTFIT | M_NOWAIT, in sgx_get_epc_page() 1103 PAGE_SIZE, PAGE_SIZE, M_FIRSTFIT | M_WAITOK); in sgx_get_epc_area()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gicv3_its.c | 913 gicv3_get_nirqs(dev), 1, 0, M_FIRSTFIT | M_WAITOK); in gicv3_its_attach() 1161 if (vmem_alloc(sc->sc_irq_alloc, nvecs, M_FIRSTFIT | M_NOWAIT, in its_device_get()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 5950 0, 0, VMEM_ADDR_MIN, VMEM_ADDR_MAX, flags | M_FIRSTFIT, &res); in __CONCAT()
|