Home
last modified time | relevance | path

Searched refs:vm_qcache_max (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h118 size_t vm_qcache_max; /* maximum size to front by umem */ member
/titanic_41/usr/src/uts/common/sys/
H A Dvmem_impl.h122 size_t vm_qcache_max; /* maximum size to front by kmem */ member
/titanic_41/usr/src/lib/libumem/common/
H A Dvmem.c1075 if (size - 1 < vmp->vm_qcache_max) { in vmem_alloc()
1124 if (size - 1 < vmp->vm_qcache_max) in vmem_free()
1496 vmp->vm_qcache_max = nqcache << vmp->vm_qshift; in vmem_create()
1505 vmp->vm_qcache_max = i * quantum; in vmem_create()
H A Dumem.c2863 bestfit = MAX(1 << highbit(3 * vmp->vm_qcache_max), 64); in umem_cache_create()
/titanic_41/usr/src/uts/common/os/
H A Dvmem.c1271 if (size - 1 < vmp->vm_qcache_max) in vmem_alloc()
1321 if (size - 1 < vmp->vm_qcache_max) in vmem_free()
1530 vmp->vm_qcache_max = nqcache << vmp->vm_qshift; in vmem_create_common()
H A Dkmem.c3858 bestfit = VMEM_QCACHE_SLABSIZE(vmp->vm_qcache_max); in kmem_cache_create()