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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h279 #define BQ_LOCKED 0 /* super-blocks &c */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c2501 bp_head->b_whichq = BQ_LOCKED;
2502 binstailfree(bp_head, &bufqueues[BQ_LOCKED], BQ_LOCKED);
2729 whichq = BQ_LOCKED; /* locked in core */
3359 || (*queue == BQ_LAUNDRY) || (*queue == BQ_LOCKED))
3982 for (bp = bufqueues[BQ_LOCKED].tqh_first; bp;
4667 bufqlim[BQ_LOCKED].bl_nlow = 0;
4668 bufqlim[BQ_LOCKED].bl_nlhigh = 32;
4669 bufqlim[BQ_LOCKED].bl_target = 0;
4670 bufqlim[BQ_LOCKED]
[all...]

Completed in 74 milliseconds