Searched refs:SHRINK_STOP (Results 1 - 25 of 25) sorted by relevance

/linux-master/include/linux/
H A Dshrinker.h58 #define SHRINK_STOP (~0UL) macro
75 * of objects freed during the scan, or SHRINK_STOP if progress cannot be made
76 * due to potential deadlocks. If SHRINK_STOP is returned, then no further
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c138 return (freed > 0 && remaining > 0) ? freed : SHRINK_STOP;
149 unsigned long ret = SHRINK_STOP;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem_shrinker.c72 return SHRINK_STOP;
/linux-master/fs/ubifs/
H A Dshrinker.c313 return SHRINK_STOP;
/linux-master/net/sunrpc/
H A Dauth.c454 return freed ? freed : SHRINK_STOP;
479 return SHRINK_STOP;
483 return SHRINK_STOP;
/linux-master/mm/
H A Dzswap.c1285 return SHRINK_STOP;
1304 return SHRINK_STOP;
1311 return SHRINK_STOP;
1313 return shrink_ret ? shrink_ret : SHRINK_STOP;
H A Dshrinker.c436 if (ret == SHRINK_STOP)
H A Dzsmalloc.c2022 return pages_freed ? pages_freed : SHRINK_STOP;
H A Dshmem.c630 return SHRINK_STOP;
736 return SHRINK_STOP;
H A Dvmalloc.c5069 return SHRINK_STOP;
H A Dhuge_memory.c3364 return SHRINK_STOP;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c343 return sc->nr_scanned ? freed : SHRINK_STOP;
/linux-master/fs/xfs/
H A Dxfs_icache.c2205 return SHRINK_STOP;
2227 return SHRINK_STOP;
/linux-master/fs/bcachefs/
H A Dbtree_cache.c310 unsigned long ret = SHRINK_STOP;
315 return SHRINK_STOP;
/linux-master/fs/
H A Dsuper.c194 return SHRINK_STOP;
197 return SHRINK_STOP;
/linux-master/drivers/md/bcache/
H A Dbtree.c677 return SHRINK_STOP;
680 return SHRINK_STOP;
/linux-master/fs/btrfs/
H A Dcompression.c202 return SHRINK_STOP;
/linux-master/kernel/rcu/
H A Dtree_nocb.h1406 return count ? count : SHRINK_STOP;
H A Dtree.c3528 return freed == 0 ? SHRINK_STOP : freed;
/linux-master/fs/gfs2/
H A Dquota.c183 return SHRINK_STOP;
H A Dglock.c2070 return SHRINK_STOP;
/linux-master/drivers/md/
H A Ddm-zoned-metadata.c636 return count ? count : SHRINK_STOP;
H A Draid5.c7378 unsigned long ret = SHRINK_STOP;
7385 ret = SHRINK_STOP;
/linux-master/fs/nfs/
H A Ddir.c2841 return SHRINK_STOP;
/linux-master/fs/nfsd/
H A Dnfs4state.c4638 return SHRINK_STOP;

Completed in 376 milliseconds