Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Drwsem.c569 bool has_handoff = !!(count & RWSEM_FLAG_HANDOFF); in rwsem_try_write_lock() local
571 if (has_handoff && wstate == WRITER_NOT_FIRST) in rwsem_try_write_lock()
577 if (has_handoff || (wstate != WRITER_HANDOFF)) in rwsem_try_write_lock()