Searched refs:BL_WANTED (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h95 volatile long b_lflags; /* BL_BUSY | BL_WANTED flags... protected by buf_mtx */
141 #define BL_WANTED 0x00000002 /* Process wants this buffer. */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c2133 if (ISSET(bp->b_lflags, BL_WANTED)) {
2143 CLR(bp->b_lflags, (BL_BUSY | BL_WANTED));
2249 SET(bp->b_lflags, BL_WANTED);
2968 SET(bp->b_lflags, BL_WANTED);
2999 if (ISSET(bp->b_lflags, BL_WANTED)) {
3013 CLR(bp->b_lflags, (BL_BUSY | BL_WANTED));
3061 SET(bp->b_lflags, BL_WANTED);
3221 * BL_WANTED indicates that we've decided to wait on the
3230 if (bp->b_lflags & BL_WANTED) {
3231 CLR(bp->b_lflags, BL_WANTED);
[all...]
H A Dvfs_cluster.c698 * by setting BL_WANTED, we will force a wakeup
711 cbp->b_lflags |= BL_WANTED;

Completed in 21 milliseconds