Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c740 fsfilcnt64_t filelowat, filelowatmax, maxfiles, threshfiles; in cachefs_garbage_collect() local
753 threshfiles = cachep->c_label.cl_filetresh; in cachefs_garbage_collect()
776 if ((filelowatmax = (threshfiles * 7) / 10) < filelowat) in cachefs_garbage_collect()