Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Drwsem.c678 enum owner_state { enum
731 static inline enum owner_state
743 static noinline enum owner_state
748 enum owner_state state; in rwsem_spin_on_owner()
834 enum owner_state owner_state; in rwsem_optimistic_spin() local
836 owner_state = rwsem_spin_on_owner(sem); in rwsem_optimistic_spin()
837 if (owner_state == OWNER_NONSPINNABLE) in rwsem_optimistic_spin()
851 if (owner_state == OWNER_READER) { in rwsem_optimistic_spin()
911 if (owner_state ! in rwsem_optimistic_spin()
1178 enum owner_state owner_state; rwsem_down_write_slowpath() local
[all...]