Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drwsem.c349 RWSEM_WAKE_ANY, /* Wake whatever's at head of wait list */ enumerator
428 if (wake_type == RWSEM_WAKE_ANY) { in rwsem_mark_wake()
591 rwsem_mark_wake(sem, RWSEM_WAKE_ANY, wake_q); in rwsem_del_wake_waiter()
986 wake_type = RWSEM_WAKE_ANY; in rwsem_cond_wake_waiter()
1211 rwsem_mark_wake(sem, RWSEM_WAKE_ANY, &wake_q); in rwsem_wake()