Symbol: VM_FIRSTFIT
usr/src/common/idspace/id_space.c
144
return (ADDR_TO_ID(vmem_alloc(isp, 1, flag | VM_FIRSTFIT)));
usr/src/common/idspace/id_space.c
155
return (ADDR_TO_ID(vmem_alloc(isp, 1, VM_NOSLEEP | VM_FIRSTFIT)));
usr/src/lib/libumem/common/envvar.c
507
vmem_allocator = VM_FIRSTFIT;
usr/src/lib/libumem/common/vmem.c
1093
if (vmflag & (VM_BESTFIT | VM_FIRSTFIT))
usr/src/lib/libumem/common/vmem.c
887
(vmflag & (VM_BESTFIT | VM_FIRSTFIT)))
usr/src/uts/common/fs/namefs/namevfs.c
100
vmem_alloc(nm_inoarena, 1, VM_SLEEP + VM_FIRSTFIT);
usr/src/uts/common/fs/namefs/namevfs.c
95
vmem_alloc(nm_inoarena, 1, VM_NOSLEEP + VM_FIRSTFIT);
usr/src/uts/common/inet/ip/ip_if.c
3125
VM_NOSLEEP|VM_FIRSTFIT);
usr/src/uts/common/inet/ip/ip_if.c
3139
1, VM_NOSLEEP|VM_FIRSTFIT);
usr/src/uts/common/inet/ip/ip_if.c
3151
VM_NOSLEEP|VM_FIRSTFIT);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1443
VM_NOSLEEP | VM_FIRSTFIT);
usr/src/uts/common/io/comstar/port/srpt/srpt_ioc.c
1483
result = vmem_alloc(vm_pool->svp_vmem, size, VM_NOSLEEP | VM_FIRSTFIT);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
1918
align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
1980
align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
400
addr = vmem_xalloc(vmp, num, num, 0, 0, NULL, NULL, flag | VM_FIRSTFIT);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
497
addr = vmem_xalloc(vmp, num, num, 0, 0, NULL, NULL, flag | VM_FIRSTFIT);
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
1817
0, 0, NULL, NULL, VM_NOSLEEP | VM_FIRSTFIT);
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
2215
align, 0, 0, NULL, NULL, flag | VM_FIRSTFIT);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
399
VM_NOSLEEP | VM_FIRSTFIT);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
435
VM_NOSLEEP | VM_FIRSTFIT);
usr/src/uts/common/os/vmem.c
1007
(vmflag & (VM_BESTFIT | VM_FIRSTFIT)))
usr/src/uts/common/os/vmem.c
1291
if (vmflag & (VM_BESTFIT | VM_FIRSTFIT))