Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Drwsem-spinlock.c15 RWSEM_WAITING_FOR_WRITE, enumerator
75 if (waiter->type == RWSEM_WAITING_FOR_WRITE) { in __rwsem_do_wake()
105 } while (waiter->type != RWSEM_WAITING_FOR_WRITE); in __rwsem_do_wake()
223 waiter.type = RWSEM_WAITING_FOR_WRITE; in __down_write_common()
Drwsem-xadd.c98 RWSEM_WAITING_FOR_WRITE, enumerator
140 if (waiter->type == RWSEM_WAITING_FOR_WRITE) { in __rwsem_mark_wake()
195 if (waiter->type == RWSEM_WAITING_FOR_WRITE) in __rwsem_mark_wake()
515 waiter.type = RWSEM_WAITING_FOR_WRITE; in __rwsem_down_write_failed_common()