Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwsem.h120 static inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function
160 static __always_inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function
H A Dmmap_lock.h184 return rwsem_is_contended(&mm->mmap_lock); in mmap_lock_is_contended()
/openbmc/linux/mm/
H A Dvmscan.c996 if (rwsem_is_contended(&shrinker_rwsem)) { in shrink_slab_memcg()
1069 if (rwsem_is_contended(&shrinker_rwsem)) { in shrink_slab()
/openbmc/linux/fs/btrfs/
H A Dblock-group.c768 rwsem_is_contended(&fs_info->commit_root_sem)) { in load_extent_tree_free()
H A Dsend.c7833 rwsem_is_contended(&fs_info->commit_root_sem)) { in btrfs_compare_trees()
/openbmc/linux/fs/f2fs/
H A Df2fs.h2141 return rwsem_is_contended(&sem->internal_rwsem); in f2fs_rwsem_is_contended()