Home
last modified time | relevance | path

Searched refs:TMPMINFREE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h80 #define TMPMINFREE 2 * 1024 * 1024 /* 2 Megabytes */ macro
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c212 tmpfs_minfree = btopr(TMPMINFREE); in tmpfsinit()