Searched refs:VM_NEXTFIT (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Did_space.c98 return (ADDR_TO_ID(vmem_alloc(isp, 1, VM_SLEEP | VM_NEXTFIT)));
109 return (ADDR_TO_ID(vmem_alloc(isp, 1, VM_NOSLEEP | VM_NEXTFIT)));
H A Dlog_sysevent.c1049 VM_NOSLEEP | VM_NEXTFIT);
1055 VM_NOSLEEP | VM_NEXTFIT);
H A Dvmem.c809 * VM_NEXTFIT allocations deliberately cycle through all virtual addresses
902 * That's where the next VM_NEXTFIT allocation will begin searching.
1279 if (vmflag & VM_NEXTFIT)
H A Dkmem.c3075 addr = vmem_alloc(vmp, realsize, vmflag | VM_NEXTFIT);
4363 * The resulting VM_NEXTFIT allocations would create too much
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem.h48 #define VM_NEXTFIT 0x00000400 macro
66 * Has no effect if VM_NEXTFIT is active.
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c946 VM_SLEEP | VM_NEXTFIT);
1001 num_sids, VM_SLEEP | VM_NEXTFIT);
1048 VM_SLEEP | VM_NEXTFIT);
1089 VM_SLEEP | VM_NEXTFIT);
/illumos-gate/usr/src/lib/libumem/common/
H A Denvvar.c505 vmem_allocator = VM_NEXTFIT;
H A Dvmem.c704 * VM_NEXTFIT allocations deliberately cycle through all virtual addresses
802 * That's where the next VM_NEXTFIT allocation will begin searching.
1085 if (vmflag & VM_NEXTFIT)
H A Dumem.c2285 return (vmem_alloc(vmp, realsize, vmflag | VM_NEXTFIT));
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_sess.c96 1, VM_NOSLEEP | VM_NEXTFIT);

Completed in 96 milliseconds