Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Drwsem.h130 static inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function
180 static __always_inline int rwsem_is_contended(struct rw_semaphore *sem) in rwsem_is_contended() function
H A Dmmap_lock.h222 return rwsem_is_contended(&mm->mmap_lock); in mmap_lock_is_contended()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_reset.h142 return rwsem_is_contended(&domain->sem); in amdgpu_reset_pending()
/linux-6.15/fs/btrfs/
H A Dblock-group.c765 rwsem_is_contended(&fs_info->commit_root_sem)) { in load_extent_tree_free()
H A Dsend.c7802 rwsem_is_contended(&fs_info->commit_root_sem)) { in btrfs_compare_trees()
/linux-6.15/fs/f2fs/
H A Df2fs.h2189 return rwsem_is_contended(&sem->internal_rwsem); in f2fs_rwsem_is_contended()