Home
last modified time | relevance | path

Searched refs:WRITER_NOT_FIRST (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/kernel/locking/
Drwsem.c368 WRITER_NOT_FIRST, /* Writer is not first in wait list */ enumerator
573 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()