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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h105 volatile uint32_t b_lflags; /* BL_BUSY | BL_WANTED flags... protected by buf_mtx */
167 #define BL_WANTED 0x00000002 /* Process wants this buffer. */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c2752 if (ISSET(bp->b_lflags, BL_WANTED)) {
2762 CLR(bp->b_lflags, (BL_BUSY | BL_WANTED));
2892 SET(bp->b_lflags, BL_WANTED);
3625 SET(bp->b_lflags, BL_WANTED);
3656 if (ISSET(bp->b_lflags, BL_WANTED)) {
3670 CLR(bp->b_lflags, (BL_BUSY | BL_WANTED));
3719 SET(bp->b_lflags, BL_WANTED);
3919 * BL_WANTED is cleared in case anyone else
3923 * BL_WANTED and go back to sleep
3927 CLR(bp->b_lflags, BL_WANTED);
[all...]

Completed in 74 milliseconds