Home
last modified time | relevance | path

Searched defs:shrink (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/gpu/drm/xe/
H A Dxe_shrinker.c31 struct shrinker *shrink; member
35 static struct xe_shrinker *to_xe_shrinker(struct shrinker *shrink) in to_xe_shrinker()
97 xe_shrinker_count(struct shrinker *shrink, struct shrink_control *sc) in xe_shrinker_count()
159 static unsigned long xe_shrinker_scan(struct shrinker *shrink, struct shrink_control *sc) in xe_shrinker_scan()
/linux/fs/ubifs/
H A Dshrinker.c267 unsigned long ubifs_shrink_count(struct shrinker *shrink, in ubifs_shrink_count()
279 unsigned long ubifs_shrink_scan(struct shrinker *shrink, in ubifs_shrink_scan()
/linux/fs/f2fs/
H A Dshrinker.c40 unsigned long f2fs_shrink_count(struct shrinker *shrink, in f2fs_shrink_count()
79 unsigned long f2fs_shrink_scan(struct shrinker *shrink, in f2fs_shrink_scan()
/linux/fs/erofs/
H A Dzutil.c243 static unsigned long erofs_shrink_count(struct shrinker *shrink, in erofs_shrink_count()
249 static unsigned long erofs_shrink_scan(struct shrinker *shrink, in erofs_shrink_scan()
/linux/fs/nfs/
H A Dnfs42xattr.c839 nfs4_xattr_cache_scan(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_cache_scan()
860 nfs4_xattr_cache_count(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_cache_count()
920 nfs4_xattr_entry_scan(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_entry_scan()
950 nfs4_xattr_entry_count(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_entry_count()
/linux/fs/bcachefs/
H A Dbtree_key_cache.c661 static unsigned long bch2_btree_key_cache_scan(struct shrinker *shrink, in bch2_btree_key_cache_scan()
740 static unsigned long bch2_btree_key_cache_count(struct shrinker *shrink, in bch2_btree_key_cache_count()
821 struct shrinker *shrink; in bch2_fs_btree_key_cache_init() local
H A Dbtree_key_cache_types.h11 struct shrinker *shrink; member
H A Dbtree_cache.c457 static unsigned long bch2_btree_cache_scan(struct shrinker *shrink, in bch2_btree_cache_scan()
564 static unsigned long bch2_btree_cache_count(struct shrinker *shrink, in bch2_btree_cache_count()
640 struct shrinker *shrink; in bch2_fs_btree_cache_init() local
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c40 unsigned long shrink, bool trylock_vm) in drop_pages()
106 unsigned int shrink) in i915_gem_shrink()
H A Di915_gem_shmem.c104 const unsigned int shrink[] = { in shmem_sg_alloc_table() local
/linux/fs/
H A Dmbcache.c293 static unsigned long mb_cache_count(struct shrinker *shrink, in mb_cache_count()
332 static unsigned long mb_cache_scan(struct shrinker *shrink, in mb_cache_scan()
/linux/drivers/cpuidle/governors/
H A Dhaltpoll.c98 unsigned int shrink = guest_halt_poll_shrink; in adjust_poll_limit() local
/linux/fs/nfsd/
H A Dnfscache.c305 nfsd_reply_cache_count(struct shrinker *shrink, struct shrink_control *sc) in nfsd_reply_cache_count()
324 nfsd_reply_cache_scan(struct shrinker *shrink, struct shrink_control *sc) in nfsd_reply_cache_scan()
/linux/arch/powerpc/kernel/
H A Dtau_6xx.c117 int shrink; in tau_timeout() local
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c171 bool (*shrink)(struct drm_gem_object *obj, struct ww_acquire_ctx *ticket); in msm_gem_shrinker_scan() member
/linux/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c179 static unsigned int shrink(unsigned long n, in shrink() function
/linux/fs/xfs/
H A Dxfs_qm.c541 struct shrinker *shrink, in xfs_qm_shrink_scan()
575 struct shrinker *shrink, in xfs_qm_shrink_count()
H A Dxfs_buf.c1639 struct shrinker *shrink, in xfs_buftarg_shrink_scan()
1661 struct shrinker *shrink, in xfs_buftarg_shrink_count()
/linux/kernel/rcu/
H A Dtree_nocb.h1204 lazy_rcu_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in lazy_rcu_shrink_count()
1229 lazy_rcu_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in lazy_rcu_shrink_scan()
/linux/drivers/android/
H A Dbinder_alloc.c1219 binder_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in binder_shrink_count()
1225 binder_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in binder_shrink_scan()
/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c1139 static unsigned long ttm_pool_shrinker_scan(struct shrinker *shrink, in ttm_pool_shrinker_scan()
1155 static unsigned long ttm_pool_shrinker_count(struct shrinker *shrink, in ttm_pool_shrinker_count()
/linux/fs/ocfs2/
H A Dreservations.c657 unsigned int shrink; in ocfs2_cannibalize_resv() local
/linux/fs/ext4/
H A Dextents_status.c1675 static unsigned long ext4_es_count(struct shrinker *shrink, in ext4_es_count()
1687 static unsigned long ext4_es_scan(struct shrinker *shrink, in ext4_es_scan()
/linux/mm/
H A Dhuge_memory.c269 static unsigned long shrink_huge_zero_page_count(struct shrinker *shrink, in shrink_huge_zero_page_count()
276 static unsigned long shrink_huge_zero_page_scan(struct shrinker *shrink, in shrink_huge_zero_page_scan()
4102 static unsigned long deferred_split_count(struct shrinker *shrink, in deferred_split_count()
4148 static unsigned long deferred_split_scan(struct shrinker *shrink, in deferred_split_scan()
/linux/fs/jbd2/
H A Djournal.c1255 static unsigned long jbd2_journal_shrink_scan(struct shrinker *shrink, in jbd2_journal_shrink_scan()
1281 static unsigned long jbd2_journal_shrink_count(struct shrinker *shrink, in jbd2_journal_shrink_count()

12