Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drwsem.h60 RWSEM_WAITING_FOR_WRITE, enumerator
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drwsem.c413 if (waiter->type == RWSEM_WAITING_FOR_WRITE) { in rwsem_mark_wake()
499 if (waiter->type == RWSEM_WAITING_FOR_WRITE) in rwsem_mark_wake()
1176 waiter.type = RWSEM_WAITING_FOR_WRITE; in rwsem_down_write_slowpath()