Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_bio.c130 #define LRU_TO_FREEUP 6 macro
134 #define TOTAL_TO_FREEUP (LRU_TO_FREEUP+META_TO_FREEUP)
272 count = timer ? nfsbuffreecnt / LRU_FREEUP_FRAC_ON_TIMER : LRU_TO_FREEUP; in nfs_buf_freeup()