Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Drwsem.c371 WRITER_HANDOFF /* Writer is first & handoff needed */ enumerator
580 if (has_handoff || (wstate != WRITER_HANDOFF)) in rwsem_try_write_lock()
1229 if ((wstate == WRITER_HANDOFF) && in rwsem_down_write_slowpath()
1245 if (wstate == WRITER_HANDOFF) in rwsem_down_write_slowpath()
1262 wstate = WRITER_HANDOFF; in rwsem_down_write_slowpath()
1283 if (unlikely(wstate == WRITER_HANDOFF)) in rwsem_down_write_slowpath()