Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drwsem.c334 RWSEM_WAITING_FOR_WRITE, enumerator
427 if (waiter->type == RWSEM_WAITING_FOR_WRITE) { in rwsem_mark_wake()
511 if (waiter->type == RWSEM_WAITING_FOR_WRITE) in rwsem_mark_wake()
1123 waiter.type = RWSEM_WAITING_FOR_WRITE; in rwsem_down_write_slowpath()