VM_NEXTFIT
return (ADDR_TO_ID(vmem_alloc(isp, 1, flag | VM_NEXTFIT)));
return (ADDR_TO_ID(vmem_alloc(isp, 1, VM_NOSLEEP | VM_NEXTFIT)));
vmem_allocator = VM_NEXTFIT;
return (vmem_alloc(vmp, realsize, vmflag | VM_NEXTFIT));
if (vmflag & VM_NEXTFIT)
1, VM_NOSLEEP | VM_NEXTFIT);
num_sids, VM_SLEEP | VM_NEXTFIT);
VM_SLEEP | VM_NEXTFIT);
VM_SLEEP | VM_NEXTFIT);
VM_SLEEP | VM_NEXTFIT);
addr = vmem_alloc(vmp, realsize, vmflag | VM_NEXTFIT);
VM_NOSLEEP | VM_NEXTFIT);
VM_NOSLEEP | VM_NEXTFIT);
if (vmflag & VM_NEXTFIT)