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

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

Completed in 103 milliseconds