Searched refs:BQ_AGE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h281 #define BQ_AGE 2 /* rubbish */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c2733 whichq = BQ_AGE; /* stale but valid data */
3328 * Try BQ_AGE, BQ_LRU, BQ_EMPTY, BQ_META in that order.
3330 * If buffers available on both BQ_AGE and BQ_LRU, check the timestamps.
3384 age_bp = bufqueues[BQ_AGE].tqh_first;
3452 *queue = BQ_AGE;
3460 *queue = BQ_AGE;
3471 *queue = BQ_AGE;
4679 bufqlim[BQ_AGE].bl_nlow = 0;
4680 bufqlim[BQ_AGE].bl_nlhigh = nbufhigh/4;
4681 bufqlim[BQ_AGE]
[all...]

Completed in 27 milliseconds