/linux-6.3-rc2/include/linux/ |
A D | shrinker.h | 15 struct shrink_control { struct 65 struct shrink_control *sc); 67 struct shrink_control *sc);
|
A D | list_lru.h | 120 struct shrink_control *sc) in list_lru_shrink_count() 191 list_lru_shrink_walk(struct list_lru *lru, struct shrink_control *sc, in list_lru_shrink_walk() 199 list_lru_shrink_walk_irq(struct list_lru *lru, struct shrink_control *sc, in list_lru_shrink_walk_irq()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_gem_shrinker.c | 27 static bool can_block(struct shrink_control *sc) in can_block() 35 msm_gem_shrinker_count(struct shrinker *shrinker, struct shrink_control *sc) in msm_gem_shrinker_count() 101 msm_gem_shrinker_scan(struct shrinker *shrinker, struct shrink_control *sc) in msm_gem_shrinker_scan() 143 struct shrink_control sc = { in msm_gem_shrinker_shrink()
|
/linux-6.3-rc2/drivers/gpu/drm/panfrost/ |
A D | panfrost_gem_shrinker.c | 19 panfrost_gem_shrinker_count(struct shrinker *shrinker, struct shrink_control *sc) in panfrost_gem_shrinker_count() 66 panfrost_gem_shrinker_scan(struct shrinker *shrinker, struct shrink_control *sc) in panfrost_gem_shrinker_scan()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs42xattr.c | 791 struct shrink_control *sc); 793 struct shrink_control *sc); 795 struct shrink_control *sc); 797 struct shrink_control *sc); 858 nfs4_xattr_cache_scan(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_cache_scan() 879 nfs4_xattr_cache_count(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_cache_count() 939 nfs4_xattr_entry_scan(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_entry_scan() 969 nfs4_xattr_entry_count(struct shrinker *shrink, struct shrink_control *sc) in nfs4_xattr_entry_count()
|
A D | internal.h | 382 struct shrink_control *sc); 384 struct shrink_control *sc);
|
/linux-6.3-rc2/fs/ |
A D | internal.h | 15 struct shrink_control; 153 extern long prune_icache_sb(struct super_block *sb, struct shrink_control *sc); 168 extern long prune_dcache_sb(struct super_block *sb, struct shrink_control *sc);
|
A D | mbcache.c | 294 struct shrink_control *sc) in mb_cache_count() 334 struct shrink_control *sc) in mb_cache_scan()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | shrinker.c | 41 struct shrink_control *sc) in f2fs_shrink_count() 80 struct shrink_control *sc) in f2fs_shrink_scan()
|
/linux-6.3-rc2/fs/ubifs/ |
A D | shrinker.c | 268 struct shrink_control *sc) in ubifs_shrink_count() 280 struct shrink_control *sc) in ubifs_shrink_scan()
|
A D | ubifs.h | 1918 struct shrink_control *sc); 1920 struct shrink_control *sc);
|
/linux-6.3-rc2/fs/erofs/ |
A D | utils.c | 217 struct shrink_control *sc) in erofs_shrink_count() 223 struct shrink_control *sc) in erofs_shrink_scan()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfscache.c | 42 struct shrink_control *sc); 44 struct shrink_control *sc); 298 nfsd_reply_cache_count(struct shrinker *shrink, struct shrink_control *sc) in nfsd_reply_cache_count() 307 nfsd_reply_cache_scan(struct shrinker *shrink, struct shrink_control *sc) in nfsd_reply_cache_scan()
|
A D | filecache.c | 619 nfsd_file_lru_count(struct shrinker *s, struct shrink_control *sc) in nfsd_file_lru_count() 625 nfsd_file_lru_scan(struct shrinker *s, struct shrink_control *sc) in nfsd_file_lru_scan()
|
/linux-6.3-rc2/mm/ |
A D | shrinker_debug.c | 25 struct shrink_control sc = { in shrinker_count_objects() 114 struct shrink_control sc = { in shrinker_debugfs_scan_write()
|
A D | workingset.c | 574 struct shrink_control *sc) in count_shadow_nodes() 702 struct shrink_control *sc) in scan_shadow_nodes()
|
A D | huge_memory.c | 212 struct shrink_control *sc) in shrink_huge_zero_page_count() 219 struct shrink_control *sc) in shrink_huge_zero_page_scan() 2850 struct shrink_control *sc) in deferred_split_count() 2863 struct shrink_control *sc) in deferred_split_scan()
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_pool.c | 577 struct shrink_control *sc) in ttm_pool_shrinker_scan() 590 struct shrink_control *sc) in ttm_pool_shrinker_count() 709 struct shrink_control sc = { .gfp_mask = GFP_NOFS }; in ttm_pool_debugfs_shrink_show()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_shrinker.c | 285 i915_gem_shrinker_count(struct shrinker *shrinker, struct shrink_control *sc) in i915_gem_shrinker_count() 314 i915_gem_shrinker_scan(struct shrinker *shrinker, struct shrink_control *sc) in i915_gem_shrinker_scan()
|
/linux-6.3-rc2/drivers/xen/xenbus/ |
A D | xenbus_probe_backend.c | 280 struct shrink_control *sc) in backend_shrink_memory_count()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | auth.c | 478 rpcauth_cache_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_scan() 492 rpcauth_cache_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in rpcauth_cache_shrink_count()
|
/linux-6.3-rc2/drivers/virtio/ |
A D | virtio_balloon.c | 817 struct shrink_control *sc) in virtio_balloon_shrinker_scan() 826 struct shrink_control *sc) in virtio_balloon_shrinker_count()
|
/linux-6.3-rc2/drivers/misc/ |
A D | vmw_balloon.c | 1520 struct shrink_control *sc) in vmballoon_shrinker_scan() 1562 struct shrink_control *sc) in vmballoon_shrinker_count()
|
/linux-6.3-rc2/include/trace/events/ |
A D | vmscan.h | 200 TP_PROTO(struct shrinker *shr, struct shrink_control *sc,
|
/linux-6.3-rc2/drivers/android/ |
A D | binder_alloc.c | 1050 binder_shrink_count(struct shrinker *shrink, struct shrink_control *sc) in binder_shrink_count() 1056 binder_shrink_scan(struct shrinker *shrink, struct shrink_control *sc) in binder_shrink_scan()
|