WRITER_NOT_FIRST  574 kernel/locking/rwsem.c 		if (has_handoff && wstate == WRITER_NOT_FIRST)
WRITER_NOT_FIRST 1173 kernel/locking/rwsem.c 	wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST;
WRITER_NOT_FIRST 1178 kernel/locking/rwsem.c 	if (wstate == WRITER_NOT_FIRST) {
WRITER_NOT_FIRST 1248 kernel/locking/rwsem.c 			if ((wstate == WRITER_NOT_FIRST) &&