Home
last modified time | relevance | path

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

/include/linux/
Drwsem.h137 static inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function
177 static __always_inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function
Dmmap_lock.h236 return rwsem_is_contended(&mm->mmap_lock) != 0; in mmap_lock_is_contended()