Searched refs:WRITER_NOT_FIRST (Results 1 – 1 of 1) sorted by relevance
369 WRITER_NOT_FIRST, /* Writer is not first in wait list */ enumerator574 if (has_handoff && wstate == WRITER_NOT_FIRST) in rwsem_try_write_lock()1173 wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST; in rwsem_down_write_slowpath()1178 if (wstate == WRITER_NOT_FIRST) { in rwsem_down_write_slowpath()1248 if ((wstate == WRITER_NOT_FIRST) && in rwsem_down_write_slowpath()