Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/locking/
Drwsem.c349 WRITER_NOT_FIRST, /* Writer is not first in wait list */ enumerator
550 if (has_handoff && wstate == WRITER_NOT_FIRST) in rwsem_try_write_lock()
1042 wstate = list_empty(&sem->wait_list) ? WRITER_FIRST : WRITER_NOT_FIRST; in rwsem_down_write_slowpath()
1047 if (wstate == WRITER_NOT_FIRST) { in rwsem_down_write_slowpath()
1117 if ((wstate == WRITER_NOT_FIRST) && in rwsem_down_write_slowpath()