Searched refs:list_lru_shrink_count (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | list_lru.h | 120 static inline unsigned long list_lru_shrink_count(struct list_lru *lru, in list_lru_shrink_count() function
|
| /linux/fs/ |
| A D | super.c | 86 inodes = list_lru_shrink_count(&sb->s_inode_lru, sc); in super_cache_scan() 87 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_scan() 147 total_objects += list_lru_shrink_count(&sb->s_dentry_lru, sc); in super_cache_count() 148 total_objects += list_lru_shrink_count(&sb->s_inode_lru, sc); in super_cache_count()
|
| /linux/mm/ |
| A D | workingset.c | 466 nodes = list_lru_shrink_count(&shadow_nodes, sc); in count_shadow_nodes()
|
| /linux/fs/nfs/ |
| A D | nfs42xattr.c | 884 count = list_lru_shrink_count(&nfs4_xattr_cache_lru, sc); in nfs4_xattr_cache_count() 978 count = list_lru_shrink_count(lru, sc); in nfs4_xattr_entry_count()
|
| /linux/fs/xfs/ |
| A D | xfs_buf.c | 1882 return list_lru_shrink_count(&btp->bt_lru, sc); in xfs_buftarg_shrink_count()
|
| A D | xfs_qm.c | 537 return list_lru_shrink_count(&qi->qi_lru, sc); in xfs_qm_shrink_count()
|
| /linux/fs/gfs2/ |
| A D | quota.c | 183 return vfs_pressure_ratio(list_lru_shrink_count(&gfs2_qd_lru, sc)); in gfs2_qd_shrink_count()
|
Completed in 19 milliseconds