Searched refs:BO_WWAIT (Results 1 – 2 of 2) sorted by relevance
116 #define BO_WWAIT (1 << 1) /* Wait for output to complete */ macro
5224 if ((--bo->bo_numoutput == 0) && (bo->bo_flag & BO_WWAIT)) { in bufobj_wdrop()5225 bo->bo_flag &= ~BO_WWAIT; in bufobj_wdrop()5240 bo->bo_flag |= BO_WWAIT; in bufobj_wwait()