Home
last modified time | relevance | path

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

/kernel/locking/
Drwsem.c653 static inline bool rwsem_can_spin_on_owner(struct rw_semaphore *sem, in rwsem_can_spin_on_owner() function
972 static inline bool rwsem_can_spin_on_owner(struct rw_semaphore *sem, in rwsem_can_spin_on_owner() function
1019 if (!rwsem_can_spin_on_owner(sem, RWSEM_RD_NONSPINNABLE)) in rwsem_down_read_slowpath()
1172 if (rwsem_can_spin_on_owner(sem, RWSEM_WR_NONSPINNABLE) && in rwsem_down_write_slowpath()