Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Drwsem.c572 bool has_handoff = !!(count & RWSEM_FLAG_HANDOFF); in rwsem_try_write_lock() local
574 if (has_handoff && wstate == WRITER_NOT_FIRST) in rwsem_try_write_lock()
580 if (has_handoff || (wstate != WRITER_HANDOFF)) in rwsem_try_write_lock()