Searched refs:VM_BESTFIT (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_base.c32 uint_t vmem_allocator = VM_BESTFIT;
H A Dvmem.c885 (vmflag & (VM_BESTFIT | VM_FIRSTFIT)))
928 if (!(vmflag & VM_BESTFIT) || VS_SIZE(vbest) == size)
1088 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT))
1748 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
H A Denvvar.c503 vmem_allocator = VM_BESTFIT;
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem.h46 #define VM_BESTFIT 0x00000100 macro
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1403 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
1492 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
3188 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
3197 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
3214 rval = vmem_alloc(arena, size, VM_SLEEP | VM_BESTFIT);
3225 VM_NOSLEEP | VM_BESTFIT);
3291 VM_BESTFIT | VM_NOSLEEP));
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c718 VM_SLEEP | VM_BESTFIT | VMC_XALIGN);
723 VM_SLEEP | VM_BESTFIT | VMC_XALIGN);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.c291 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
298 0, 0, kernelheap, first_avail, VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
311 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
315 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
H A Dseg_kp.c422 vbase = vmem_alloc(SEGKP_VMEM(seg), len, kmflag | VM_BESTFIT);
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_mmu.c142 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
/illumos-gate/usr/src/uts/common/io/
H A Deventfd.c67 VM_BESTFIT | VM_SLEEP);
H A Dtimerfd.c120 VM_BESTFIT | VM_SLEEP);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdesc.c282 VM_BESTFIT | VM_SLEEP);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c538 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c172 * satisfies the allocation (unless VM_BESTFIT is specified, or all larger
1002 (vmflag & (VM_BESTFIT | VM_FIRSTFIT)))
1045 if (!(vmflag & VM_BESTFIT) || VS_SIZE(vbest) == size)
1282 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT))
1792 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
H A Dkstat_fr.c488 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1496 * (3) Reduces memory footprint by using VM_BESTFIT allocations.
1555 VM_BESTFIT | VM_SLEEP);
1651 VM_BESTFIT | VM_SLEEP);
2378 VM_SLEEP | VM_BESTFIT);
2956 mp->bss_size, VM_SLEEP | VM_BESTFIT);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c3194 return (vmem_alloc(arena, size, VM_SLEEP | VM_BESTFIT));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c951 VM_BESTFIT | VM_SLEEP);
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c749 size, (512 * 1024), 0, 0, NULL, NULL, VM_NOSLEEP | VM_BESTFIT);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1259 0, VM_SLEEP | VM_BESTFIT);
1266 VM_SLEEP | VM_BESTFIT);
1279 VM_SLEEP | VM_BESTFIT);
1285 VM_SLEEP | VM_BESTFIT);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8577 VM_BESTFIT | VM_SLEEP);
10824 VM_BESTFIT | VM_SLEEP);
13644 VM_BESTFIT | VM_SLEEP);

Completed in 160 milliseconds