/titanic_50/usr/src/lib/libumem/common/ |
H A D | vmem_base.c | 32 uint_t vmem_allocator = VM_BESTFIT;
|
H A D | vmem.c | 885 (vmflag & (VM_BESTFIT | VM_FIRSTFIT))) in vmem_xalloc() 928 if (!(vmflag & VM_BESTFIT) || VS_SIZE(vbest) == size) in vmem_xalloc() 1088 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT)) in vmem_alloc() 1748 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in vmem_init()
|
H A D | envvar.c | 498 vmem_allocator = VM_BESTFIT; in umem_allocator_process()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vmem.h | 46 #define VM_BESTFIT 0x00000100 macro
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | startup.c | 1403 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in startup_memlist() 1492 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in startup_memlist() 3188 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in kobj_vmem_init() 3197 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in kobj_vmem_init() 3214 rval = vmem_alloc(arena, size, VM_SLEEP | VM_BESTFIT); in kobj_text_alloc() 3225 VM_NOSLEEP | VM_BESTFIT); in kobj_text_alloc() 3291 VM_BESTFIT | VM_NOSLEEP)); in kobj_texthole_alloc()
|
/titanic_50/usr/src/uts/sun4v/vm/ |
H A D | mach_vm_dep.c | 696 VM_SLEEP | VM_BESTFIT | VMC_XALIGN); in contig_mem_init() 701 VM_SLEEP | VM_BESTFIT | VMC_XALIGN); in contig_mem_init()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | seg_kmem.c | 292 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in kernelheap_init() 299 0, 0, kernelheap, first_avail, VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in kernelheap_init() 312 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in kernelheap_init() 316 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in kernelheap_init()
|
H A D | seg_kp.c | 422 vbase = vmem_alloc(SEGKP_VMEM(seg), len, kmflag | VM_BESTFIT); in segkp_get_internal()
|
/titanic_50/usr/src/uts/sun4/io/px/ |
H A D | px_mmu.c | 142 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in px_mmu_attach()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | vmem.c | 1002 (vmflag & (VM_BESTFIT | VM_FIRSTFIT))) in vmem_xalloc() 1045 if (!(vmflag & VM_BESTFIT) || VS_SIZE(vbest) == size) in vmem_xalloc() 1282 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT)) in vmem_alloc() 1792 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in vmem_init()
|
H A D | kstat_fr.c | 488 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in kstat_init()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | eventfd.c | 66 VM_BESTFIT | VM_SLEEP); in eventfd_open()
|
H A D | timerfd.c | 120 VM_BESTFIT | VM_SLEEP); in timerfd_open()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | mdesc.c | 282 VM_BESTFIT | VM_SLEEP); in mdesc_create_state()
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci_iommu.c | 538 VM_NOSLEEP | VM_BESTFIT | VM_PANIC); in iommu_preserve_tsb()
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1555 VM_BESTFIT | VM_SLEEP); in kobj_export_ksyms() 1651 VM_BESTFIT | VM_SLEEP); in kobj_export_ctf() 2378 VM_SLEEP | VM_BESTFIT); in get_progbits() 2956 mp->bss_size, VM_SLEEP | VM_BESTFIT); in do_common()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | startup.c | 3088 return (vmem_alloc(arena, size, VM_SLEEP | VM_BESTFIT)); in kobj_text_alloc()
|
/titanic_50/usr/src/uts/sun4u/io/px/ |
H A D | px_lib4u.c | 749 size, (512 * 1024), 0, 0, NULL, NULL, VM_NOSLEEP | VM_BESTFIT); in px_lib_msiq_init()
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 951 VM_BESTFIT | VM_SLEEP);
|
/titanic_50/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 1259 0, VM_SLEEP | VM_BESTFIT); in hat_init() 1266 VM_SLEEP | VM_BESTFIT); in hat_init() 1279 VM_SLEEP | VM_BESTFIT); in hat_init() 1285 VM_SLEEP | VM_BESTFIT); in hat_init()
|
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 8424 VM_BESTFIT | VM_SLEEP); in dtrace_probe_create() 10664 VM_BESTFIT | VM_SLEEP); in dtrace_ecb_aggregation_create() 13481 VM_BESTFIT | VM_SLEEP); in dtrace_state_create()
|