Home
last modified time | relevance | path

Searched refs:kmem_maxavail (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dkmem.h120 extern size_t kmem_maxavail(void);
/titanic_44/usr/src/uts/common/io/
H A Dptms_conf.c290 ptms_ptymax = ptms_roundup((pt_pctofmem * kmem_maxavail()) / in ptms_init()
/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c218 tmpfs_maxkmem = MAX(PAGESIZE, kmem_maxavail() / TMPMAXFRACKMEM); in tmpfsinit()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c1067 nsmbnode_max = (ulong_t)((kmem_maxavail() >> 2) / in smbfs_subrinit()
/titanic_44/usr/src/uts/common/os/
H A Dkmem.c3563 kmem_maxavail(void) in kmem_maxavail() function
4396 kmem_transaction_log_size = kmem_maxavail() / 50; in kmem_init()
4402 kmem_content_log_size = kmem_maxavail() / 50; in kmem_init()
H A Devchannels.c1010 k = kmem_maxavail() >> 20; in evch_chinit()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dlufs.c1523 ufs_crb_limit = kmem_maxavail() / ufs_max_crb_divisor; in lufs_init()
H A Dufs_inode.c199 (ulong_t)((kmem_maxavail() >> 2) / sizeof (struct inode)); in ufs_iinit()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1872 (ulong_t)((kmem_maxavail() >> 2) / sizeof (struct rnode4)); in nfs4_rnode_init()
H A Dnfs_subr.c3512 nrnode_max = (ulong_t)((kmem_maxavail() >> 2) / sizeof (struct rnode)); in nfs_subrinit()
/titanic_44/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2440 i = (sppptun_pctofmem * kmem_maxavail()) / (100 * TUNCL_SIZE); in sppptun_tcl_init()