Searched refs:WRITER_NOT_FIRST (Results 1 – 1 of 1) sorted by relevance
368 WRITER_NOT_FIRST, /* Writer is not first in wait list */ enumerator573 if (has_handoff && wstate == WRITER_NOT_FIRST) in rwsem_try_write_lock()1170 wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST; in rwsem_down_write_slowpath()1175 if (wstate == WRITER_NOT_FIRST) { in rwsem_down_write_slowpath()1245 if ((wstate == WRITER_NOT_FIRST) && in rwsem_down_write_slowpath()