Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_cache.c1843 cache_roundup_2(u_int val) in cache_roundup_2() function
1879 ncbuckethash = cache_roundup_2(mp_ncpus * 64) - 1; in nchinit()
1886 ncvnodehash = cache_roundup_2(mp_ncpus * 64) - 1; in nchinit()
1932 newmaxvnodes = cache_roundup_2(newmaxvnodes * 2); in cache_changesize()