Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/locking/
Drwsem.c370 WRITER_HANDOFF /* Writer is first & handoff needed */ enumerator
579 if (has_handoff || (wstate != WRITER_HANDOFF)) in rwsem_try_write_lock()
1226 if (wstate == WRITER_HANDOFF && in rwsem_down_write_slowpath()
1242 if (wstate == WRITER_HANDOFF) in rwsem_down_write_slowpath()
1259 wstate = WRITER_HANDOFF; in rwsem_down_write_slowpath()
1280 if (unlikely(wstate == WRITER_HANDOFF)) in rwsem_down_write_slowpath()