Searched defs:tmpfs_maxkmem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c146 * tmpfs_maxkmem limits the amount of kernel kmem_alloc memory
159 size_t tmpfs_maxkmem = 0; variable
218 if (tmpfs_maxkmem == 0)
219 tmpfs_maxkmem = MAX(PAGESIZE, kmem_maxavail() / TMPMAXFRACKMEM);
633 if (tmpfs_maxkmem > tmp_kmemspace)
634 sbp->f_ffree = (tmpfs_maxkmem - tmp_kmemspace) /
639 sbp->f_files = tmpfs_maxkmem /

Completed in 55 milliseconds