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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1924 dp = &bufqueues[BQ_EMPTY];
1925 bp->b_whichq = BQ_EMPTY;
1927 binsheadfree(bp, dp, BQ_EMPTY);
2697 bp->b_whichq = BQ_EMPTY;
2698 binsheadfree(bp, &bufqueues[BQ_EMPTY], BQ_EMPTY);
2999 int queue = BQ_EMPTY; /* Start with no preference */
3170 int queue = BQ_EMPTY;
3181 assert(queue == BQ_EMPTY);
3301 * from is returned. Out of range queue requests get BQ_EMPTY
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h255 #define BQ_EMPTY 3 /* buffer headers with no memory */ macro

Completed in 74 milliseconds