Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drwsem.c679 enum owner_state { enum
734 static inline enum owner_state
746 static noinline enum owner_state
751 enum owner_state state; in rwsem_spin_on_owner()
837 enum owner_state owner_state; in rwsem_optimistic_spin() local
854 if (owner_state == OWNER_READER) { in rwsem_optimistic_spin()
914 if (owner_state != OWNER_WRITER) { in rwsem_optimistic_spin()
921 prev_owner_state = owner_state; in rwsem_optimistic_spin()
960 static inline enum owner_state
1171 enum owner_state owner_state; in rwsem_down_write_slowpath() local
[all …]