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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h210 #define BQ_AGE 2 /* rubbish */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c2110 whichq = BQ_AGE; /* stale but valid data */
2646 * Try BQ_AGE, BQ_LRU, BQ_EMPTY, BQ_META in that order.
2648 * If buffers available on both BQ_AGE and BQ_LRU, check the timestamps.
2701 age_bp = bufqueues[BQ_AGE].tqh_first;
2768 *queue = BQ_AGE;
2776 *queue = BQ_AGE;
2787 *queue = BQ_AGE;
3848 bufqlim[BQ_AGE].bl_nlow = 0;
3849 bufqlim[BQ_AGE].bl_nlhigh = nbufhigh/4;
3850 bufqlim[BQ_AGE]
[all...]

Completed in 32 milliseconds