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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h211 #define BQ_EMPTY 3 /* buffer headers with no memory */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c1464 dp = &bufqueues[BQ_EMPTY];
1465 bp->b_whichq = BQ_EMPTY;
1467 binsheadfree(bp, dp, BQ_EMPTY);
2087 bufq = &bufqueues[BQ_EMPTY];
2088 bp->b_whichq = BQ_EMPTY;
2099 binsheadfree(bp, bufq, BQ_EMPTY);
2353 int queue = BQ_EMPTY; /* Start with no preference */
2531 int queue = BQ_EMPTY;
2540 assert(queue == BQ_EMPTY);
2643 * from is returned. Out of range queue requests get BQ_EMPTY
[all...]

Completed in 35 milliseconds