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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h208 #define B_CALL 0x00800000 /* Call b_iodone from biodone, assumes b_iodone consumes bp */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c644 if ( !(bp->b_flags & B_CALL) )
655 bp->b_flags |= (B_CALL | B_ASYNC);
657 bp->b_flags &= ~B_CALL;
706 io_bp->b_flags |= B_CALL;
767 io_bp->b_flags |= B_CALL;
3874 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */
3877 int callout = ISSET(bp->b_flags, B_CALL);
3882 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */

Completed in 30 milliseconds