Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_mount.c527 int ncachedandinactive; in vnlru_proc() local
539 ncachedandinactive = countcachedandinactivevnodes(); in vnlru_proc()
541 ncachedandinactive >= maxvnodes * 5 / 10) { in vnlru_proc()
544 if (count > (ncachedandinactive) / 100) in vnlru_proc()
545 count = (ncachedandinactive) / 100; in vnlru_proc()
563 ncachedandinactive = countcachedandinactivevnodes(); in vnlru_proc()
565 ncachedandinactive <= maxvnodes * 5 / 10) { in vnlru_proc()