RWLOCK_WAIT        61 kern/kern_rwlock.c 		RWLOCK_WAIT | RWLOCK_WRWANT,
RWLOCK_WAIT        68 kern/kern_rwlock.c 		RWLOCK_WAIT,
RWLOCK_WAIT       110 kern/kern_rwlock.c 	if (__predict_false((owner & RWLOCK_WAIT) ||
RWLOCK_WAIT       120 kern/kern_rwlock.c 	if (__predict_false((owner & RWLOCK_WAIT) ||
RWLOCK_WAIT       225 kern/kern_rwlock.c 	if (__predict_false((o & (RWLOCK_WRLOCK|RWLOCK_WAIT)) ==
RWLOCK_WAIT       226 kern/kern_rwlock.c 	    (RWLOCK_WRLOCK|RWLOCK_WAIT)))
RWLOCK_WAIT       245 kern/kern_rwlock.c 				~(RWLOCK_WAIT|RWLOCK_WRWANT);
RWLOCK_WAIT       248 kern/kern_rwlock.c 	if (owner & RWLOCK_WAIT)