Home
last modified time | relevance | path

Searched refs:VM_FIRSTFIT (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/idspace/
H A Did_space.c144 return (ADDR_TO_ID(vmem_alloc(isp, 1, flag | VM_FIRSTFIT))); in id_allocff()
155 return (ADDR_TO_ID(vmem_alloc(isp, 1, VM_NOSLEEP | VM_FIRSTFIT))); in id_allocff_nosleep()
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem.h47 #define VM_FIRSTFIT 0x00000200 macro
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c94 vmem_alloc(nm_inoarena, 1, VM_NOSLEEP + VM_FIRSTFIT); in namenodeno_alloc()
99 vmem_alloc(nm_inoarena, 1, VM_SLEEP + VM_FIRSTFIT); in namenodeno_alloc()
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c399 VM_NOSLEEP | VM_FIRSTFIT); in iser_vmem_alloc()
435 VM_NOSLEEP | VM_FIRSTFIT); in iser_vmem_alloc()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c400 addr = vmem_xalloc(vmp, num, num, 0, 0, NULL, NULL, flag | VM_FIRSTFIT); in hermon_rsrc_fexch_alloc()
497 addr = vmem_xalloc(vmp, num, num, 0, 0, NULL, NULL, flag | VM_FIRSTFIT); in hermon_rsrc_rfci_alloc()
1918 align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT); in hermon_rsrc_hw_entry_alloc()
1980 align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT); in hermon_rsrc_hw_entry_reserve()
/illumos-gate/usr/src/lib/libumem/common/
H A Denvvar.c507 vmem_allocator = VM_FIRSTFIT; in umem_allocator_process()
H A Dvmem.c887 (vmflag & (VM_BESTFIT | VM_FIRSTFIT))) in vmem_xalloc()
1093 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT)) in vmem_alloc()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c1446 VM_NOSLEEP | VM_FIRSTFIT); in srpt_vmem_alloc()
1486 result = vmem_alloc(vm_pool->svp_vmem, size, VM_NOSLEEP | VM_FIRSTFIT); in srpt_vmem_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c1007 (vmflag & (VM_BESTFIT | VM_FIRSTFIT))) in vmem_xalloc()
1291 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT)) in vmem_alloc()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c1817 0, 0, NULL, NULL, VM_NOSLEEP | VM_FIRSTFIT); in tavor_rsrc_hw_entries_init()
2215 align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT); in tavor_rsrc_hw_entry_alloc()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3123 VM_NOSLEEP|VM_FIRSTFIT); in ill_alloc_ppa()
3137 1, VM_NOSLEEP|VM_FIRSTFIT); in ill_alloc_ppa()
3149 VM_NOSLEEP|VM_FIRSTFIT); in ill_alloc_ppa()