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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1942 dp = &bufqueues[BQ_EMPTY];
1943 bp->b_whichq = BQ_EMPTY;
1945 binsheadfree(bp, dp, BQ_EMPTY);
2720 bp->b_whichq = BQ_EMPTY;
2721 binsheadfree(bp, &bufqueues[BQ_EMPTY], BQ_EMPTY);
3023 int queue = BQ_EMPTY; /* Start with no preference */
3194 int queue = BQ_EMPTY;
3205 assert(queue == BQ_EMPTY);
3325 * from is returned. Out of range queue requests get BQ_EMPTY
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h282 #define BQ_EMPTY 3 /* buffer headers with no memory */ macro

Completed in 27 milliseconds