Searched refs:VM_NEXTFIT (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | id_space.c | 98 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 D | log_sysevent.c | 1049 VM_NOSLEEP | VM_NEXTFIT); 1055 VM_NOSLEEP | VM_NEXTFIT);
|
H A D | vmem.c | 809 * 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 D | kmem.c | 3075 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 D | vmem.h | 48 #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 D | ibcm_utils.c | 946 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 D | envvar.c | 505 vmem_allocator = VM_NEXTFIT;
|
H A D | vmem.c | 704 * 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 D | umem.c | 2285 return (vmem_alloc(vmp, realsize, vmflag | VM_NEXTFIT));
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_sess.c | 96 1, VM_NOSLEEP | VM_NEXTFIT);
|
Completed in 221 milliseconds