Searched refs:shrink (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/fs/gfs2/
H A Dglock.c2066 static unsigned long gfs2_glock_shrink_scan(struct shrinker *shrink, argument
2074 static unsigned long gfs2_glock_shrink_count(struct shrinker *shrink, argument
/linux-master/fs/quota/
H A Ddquot.c782 dqcache_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) argument
802 dqcache_shrink_count(struct shrinker *shrink, struct shrink_control *sc) argument
/linux-master/virt/kvm/
H A Dkvm_main.c3719 unsigned int old, val, shrink, grow_start; local
3722 shrink = READ_ONCE(halt_poll_ns_shrink);
3724 if (shrink == 0)
3727 val /= shrink;
3895 /* we had a long block, shrink polling */
5995 pr_err("kvm: failed to shrink bus, removing it completely\n");
/linux-master/fs/nfs/
H A Ddir.c1181 * or shrink it if we're reading too many.
2835 nfs_access_cache_scan(struct shrinker *shrink, struct shrink_control *sc) argument
2847 nfs_access_cache_count(struct shrinker *shrink, struct shrink_control *sc) argument
/linux-master/kernel/rcu/
H A Dtree.c3491 kfree_rcu_shrink_count(struct shrinker *shrink, struct shrink_control *sc) argument
3509 kfree_rcu_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) argument
/linux-master/fs/f2fs/
H A Df2fs.h616 /* number of extent info in extent cache we try to shrink */
619 /* number of age extent info in extent cache we try to shrink */
4180 unsigned long f2fs_shrink_count(struct shrinker *shrink,
4182 unsigned long f2fs_shrink_scan(struct shrinker *shrink,
/linux-master/mm/
H A Dvmalloc.c1293 * no any modification is required. If we shrink the node 2 to 1
1294 * its subtree_max_size is updated only, and set to 1. If we shrink
5045 vmap_node_shrink_count(struct shrinker *shrink, struct shrink_control *sc) argument
5062 vmap_node_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) argument
H A Dslub.c6414 SLAB_ATTR(shrink); variable
/linux-master/drivers/md/
H A Draid5.c2488 /* Never shrink. */
2533 * If this fails, we don't bother trying the shrink the
7374 static unsigned long raid5_cache_scan(struct shrinker *shrink, argument
7377 struct r5conf *conf = shrink->private_data;
7395 static unsigned long raid5_cache_count(struct shrinker *shrink, argument
7398 struct r5conf *conf = shrink->private_data;
8363 /* We might be able to shrink, but the devices must
8389 return 0; /* never bother to shrink */
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c6872 static unsigned long mmu_shrink_scan(struct shrinker *shrink, argument
6888 * to shrink more than one VM and it is very unlikely to see
6896 * want to shrink a VM that only started to populate its MMU
6931 static unsigned long mmu_shrink_count(struct shrinker *shrink, argument
/linux-master/fs/nfsd/
H A Dnfs4state.c4622 nfsd4_state_shrinker_count(struct shrinker *shrink, struct shrink_control *sc) argument
4625 struct nfsd_net *nn = shrink->private_data;
4636 nfsd4_state_shrinker_scan(struct shrinker *shrink, struct shrink_control *sc) argument

Completed in 511 milliseconds

123