Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Drwsem-spinlock.c13 RWSEM_WAITING_FOR_WRITE, enumerator
73 if (waiter->type == RWSEM_WAITING_FOR_WRITE) { in __rwsem_do_wake()
103 } while (waiter->type != RWSEM_WAITING_FOR_WRITE); in __rwsem_do_wake()
205 waiter.type = RWSEM_WAITING_FOR_WRITE; in __down_write_nested()
Drwsem-xadd.c95 RWSEM_WAITING_FOR_WRITE, enumerator
130 if (waiter->type == RWSEM_WAITING_FOR_WRITE) { in __rwsem_do_wake()
174 } while (waiter->type != RWSEM_WAITING_FOR_WRITE); in __rwsem_do_wake()
177 if (waiter->type != RWSEM_WAITING_FOR_WRITE) in __rwsem_do_wake()
455 waiter.type = RWSEM_WAITING_FOR_WRITE; in rwsem_down_write_failed()