Searched refs:VM_FIRSTFIT (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | id_space.c | 119 return (ADDR_TO_ID(vmem_alloc(isp, 1, VM_SLEEP | VM_FIRSTFIT))); in id_allocff() 130 return (ADDR_TO_ID(vmem_alloc(isp, 1, VM_NOSLEEP | VM_FIRSTFIT))); in id_allocff_nosleep()
|
H A D | vmem.c | 1002 (vmflag & (VM_BESTFIT | VM_FIRSTFIT))) in vmem_xalloc() 1282 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT)) in vmem_alloc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vmem.h | 47 #define VM_FIRSTFIT 0x00000200 macro
|
/titanic_41/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_resource.c | 399 VM_NOSLEEP | VM_FIRSTFIT); in iser_vmem_alloc() 435 VM_NOSLEEP | VM_FIRSTFIT); in iser_vmem_alloc()
|
/titanic_41/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 92 vmem_alloc(nm_inoarena, 1, VM_NOSLEEP + VM_FIRSTFIT); in namenodeno_alloc() 97 vmem_alloc(nm_inoarena, 1, VM_SLEEP + VM_FIRSTFIT); in namenodeno_alloc()
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | envvar.c | 502 vmem_allocator = VM_FIRSTFIT; in umem_allocator_process()
|
H A D | vmem.c | 885 (vmflag & (VM_BESTFIT | VM_FIRSTFIT))) in vmem_xalloc() 1088 if (vmflag & (VM_BESTFIT | VM_FIRSTFIT)) in vmem_alloc()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_rsrc.c | 400 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()
|
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ioc.c | 1446 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()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_rsrc.c | 1936 0, 0, NULL, NULL, VM_NOSLEEP | VM_FIRSTFIT); in tavor_rsrc_hw_entries_init() 2389 align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT); in tavor_rsrc_hw_entry_alloc()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 3123 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()
|