Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dbuf_internal.h188 #define BUF_STALE_THRESHHOLD 30 /* Collect if untouched in the last 30 seconds */ macro
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_bio.c4790 int thresh_hold = BUF_STALE_THRESHHOLD; in buffer_cache_gc()