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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h209 #define BQ_LRU 1 /* lru, useful buffers */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c2112 whichq = BQ_LRU; /* 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.
2702 lru_bp = bufqueues[BQ_LRU].tqh_first;
2765 *queue = BQ_LRU;
2784 *queue = BQ_LRU;
2804 bp_is_stale = (*queue == BQ_LRU) ?
3842 bufqlim[BQ_LRU].bl_nlow = 0;
3843 bufqlim[BQ_LRU].bl_nlhigh = nbufhigh/4;
3844 bufqlim[BQ_LRU]
[all...]

Completed in 32 milliseconds