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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvmem.h45 #define VM_BESTFIT 0x00000100 macro
/opensolaris-onvv-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));
/opensolaris-onvv-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c696 VM_SLEEP | VM_BESTFIT | VMC_XALIGN);
701 VM_SLEEP | VM_BESTFIT | VMC_XALIGN);
/opensolaris-onvv-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.c421 vbase = vmem_alloc(SEGKP_VMEM(seg), len, kmflag | VM_BESTFIT);
/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_mmu.c141 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dvmem.c884 (vmflag & (VM_BESTFIT | VM_FIRSTFIT)))
927 if (!(vmflag & VM_BESTFIT) || VS_SIZE(vbest) == size)
1086 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT))
1746 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dvmem.c167 * satisfies the allocation (unless VM_BESTFIT is specified, or all larger
998 (vmflag & (VM_BESTFIT | VM_FIRSTFIT)))
1041 if (!(vmflag & VM_BESTFIT) || VS_SIZE(vbest) == size)
1263 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT))
1753 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
H A Dkstat_fr.c484 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_iommu.c538 VM_NOSLEEP | VM_BESTFIT | VM_PANIC);
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dmdesc.c282 VM_BESTFIT | VM_SLEEP);
/opensolaris-onvv-gate/usr/src/uts/common/krtld/
H A Dkobj.c1478 * (3) Reduces memory footprint by using VM_BESTFIT allocations.
1537 VM_BESTFIT | VM_SLEEP);
1633 VM_BESTFIT | VM_SLEEP);
2360 VM_SLEEP | VM_BESTFIT);
2938 mp->bss_size, VM_SLEEP | VM_BESTFIT);
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2949 return (vmem_alloc(arena, size, VM_SLEEP | VM_BESTFIT));
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c749 size, (512 * 1024), 0, 0, NULL, NULL, VM_NOSLEEP | VM_BESTFIT);
/opensolaris-onvv-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1264 0, VM_SLEEP | VM_BESTFIT);
1271 VM_SLEEP | VM_BESTFIT);
1284 VM_SLEEP | VM_BESTFIT);
1290 VM_SLEEP | VM_BESTFIT);
/opensolaris-onvv-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7275 VM_BESTFIT | VM_SLEEP);
9445 VM_BESTFIT | VM_SLEEP);
12122 VM_BESTFIT | VM_SLEEP);

Completed in 308 milliseconds