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

/opensolaris-onvv-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.c1050 VM_NOSLEEP | VM_NEXTFIT);
1056 VM_NOSLEEP | VM_NEXTFIT);
H A Dvmem.c804 * VM_NEXTFIT allocations deliberately cycle through all virtual addresses
897 * That's where the next VM_NEXTFIT allocation will begin searching.
1260 if (vmflag & VM_NEXTFIT)
H A Dkmem.c3036 addr = vmem_alloc(vmp, realsize, vmflag | VM_NEXTFIT);
4339 * The resulting VM_NEXTFIT allocations would create too much
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvmem.h47 #define VM_NEXTFIT 0x00000400 macro
65 * Has no effect if VM_NEXTFIT is active.
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_sess.c95 1, VM_NOSLEEP | VM_NEXTFIT);
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dvmem.c703 * VM_NEXTFIT allocations deliberately cycle through all virtual addresses
801 * That's where the next VM_NEXTFIT allocation will begin searching.
1083 if (vmflag & VM_NEXTFIT)
H A Dumem.c2018 return (vmem_alloc(vmp, realsize, vmflag | VM_NEXTFIT));

Completed in 196 milliseconds