Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/locking/
Drwsem.c351 WRITER_HANDOFF /* Writer is first & handoff needed */ enumerator
556 if (has_handoff || (wstate != WRITER_HANDOFF)) in rwsem_try_write_lock()
1098 if (wstate == WRITER_HANDOFF && in rwsem_down_write_slowpath()
1114 if (wstate == WRITER_HANDOFF) in rwsem_down_write_slowpath()
1131 wstate = WRITER_HANDOFF; in rwsem_down_write_slowpath()
1151 if (unlikely(wstate == WRITER_HANDOFF)) in rwsem_down_write_slowpath()