HomeSort by: relevance | last modified time | path
    Searched refs:VM_BESTFIT (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/sys/
vmem.h 91 #define VM_BESTFIT 0x00002000
  /src/sys/arch/arc/arc/
wired_map_machdep.c 216 VM_BESTFIT | VM_NOSLEEP,
bus_space.c 533 VM_BESTFIT | VM_NOSLEEP,
  /src/sys/arch/dreamcast/dev/g2/
gapspci_dma.c 182 const vm_flag_t vmflags = VM_BESTFIT |
251 const vm_flag_t vmflags = VM_BESTFIT |
304 const vm_flag_t vmflags = VM_BESTFIT |
  /src/sys/external/bsd/drm2/drm/
drm_vma_manager.c 172 error = vmem_alloc(mgr->vom_vmem, npages, VM_NOSLEEP|VM_BESTFIT,
drm_gem_cma_helper.c 60 VM_BESTFIT | VM_NOSLEEP, &obj->vmem_addr);
  /src/sys/arch/evbarm/tsarm/isa/
isa_io.c 354 VM_BESTFIT | VM_NOSLEEP,
  /src/sys/arch/vax/vax/
sgmap.c 135 const vm_flag_t vmflags = VM_BESTFIT |
  /src/sys/dev/vme/
vme.c 339 VM_BESTFIT | VM_NOSLEEP,
  /src/sys/kern/
subr_vmem.c 149 #define VM_FITMASK (VM_BESTFIT | VM_INSTANTFIT)
1132 KASSERT(strat == VM_BESTFIT || strat == VM_INSTANTFIT);
1174 flags = (flags & ~VM_INSTANTFIT) | VM_BESTFIT;
1203 KASSERT(strat == VM_BESTFIT || strat == VM_INSTANTFIT);
1272 } else { /* VM_BESTFIT */
1298 strat = VM_BESTFIT;
1810 vm_flag_t strat = VM_BESTFIT;
subr_percpu.c 318 (void)vmem_alloc(percpu_offset_arena, size, VM_SLEEP | VM_BESTFIT,
  /src/sys/arch/sun2/sun2/
machdep.c 838 const vm_flag_t vmflags = VM_BESTFIT |
928 const vm_flag_t vmflags = VM_BESTFIT |
  /src/sys/dev/pci/
pciconf.c 883 VM_BESTFIT | VM_NOSLEEP,
888 VM_BESTFIT | VM_NOSLEEP,
893 VM_BESTFIT | VM_NOSLEEP,
900 VM_BESTFIT | VM_NOSLEEP,
1489 VM_BESTFIT | VM_NOSLEEP,
btvmeii.c 331 VM_BESTFIT | VM_NOSLEEP,
pci_resource.c 693 VM_BESTFIT | VM_NOSLEEP, NULL);
713 VMEM_ADDR_MAX, VM_BESTFIT | VM_NOSLEEP, &addr);
btvmei.c 431 if (vmem_alloc(sc->vme_arena, maplen, VM_BESTFIT | VM_NOSLEEP, &first))
  /src/sys/arch/arm/apple/
apple_dart.c 340 0, VMEM_ADDR_MIN, VMEM_ADDR_MAX, VM_BESTFIT|VM_NOSLEEP,
  /src/sys/arch/sparc/sparc/
iommu.c 551 const vm_flag_t vmflags = VM_BESTFIT |
  /src/sys/arch/hppa/dev/
uturn.c 582 const vm_flag_t vmflags = VM_BESTFIT |
astro.c 444 const vm_flag_t vmflags = VM_BESTFIT |
  /src/sys/arch/sparc64/dev/
iommu.c 610 VM_NOSLEEP | VM_BESTFIT,
833 const vm_flag_t vmflags = VM_BESTFIT |
  /src/sys/fs/tmpfs/
tmpfs_subr.c 697 error = vmem_alloc(seq_arena, 1, VM_SLEEP | VM_BESTFIT, &off);
  /src/sys/arch/alpha/pci/
pci_bwx_bus_io_chipdep.c 489 VM_BESTFIT | VM_NOSLEEP,
pci_bwx_bus_mem_chipdep.c 470 VM_BESTFIT | VM_NOSLEEP,
pci_swiz_bus_io_chipdep.c 576 VM_BESTFIT | VM_NOSLEEP,

Completed in 141 milliseconds

1 2