Searched refs:SB_LOCK (Results 1 – 3 of 3) sorted by relevance
96 #define SB_LOCK 0x01 /* lock on data queue */ macro195 #define sblock(sb, wf) ((sb)->sb_flags & SB_LOCK ? \197 ((sb)->sb_flags |= SB_LOCK), 0)201 (sb)->sb_flags &= ~SB_LOCK; \
304 while (sb->sb_flags & SB_LOCK) {312 sb->sb_flags |= SB_LOCK;830 KASSERT((sb->sb_flags & SB_LOCK) == 0); in sbflush()
830 if (so->so_rcv.sb_flags & SB_LOCK) { in unp_gc()