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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h143 #define BL_CALLDONE 0x00000008 /* callback routine on B_CALL bp has completed */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c3118 while (!ISSET(bp->b_lflags, BL_CALLDONE))
3224 * will do a wakeup... BL_CALLDONE indicates that the callback
3234 SET(bp->b_lflags, BL_CALLDONE);

Completed in 27 milliseconds