Searched refs:rwsem_is_contended (Results 1 – 2 of 2) sorted by relevance
137 static inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function177 static __always_inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function
236 return rwsem_is_contended(&mm->mmap_lock) != 0; in mmap_lock_is_contended()