Home
last modified time | relevance | path

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

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