| /linux/include/linux/ |
| H A D | shrinker.h | 135 struct shrinker *shrinker_alloc(unsigned int flags, const char *fmt, ...);
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe_backend.c | 304 backend_memory_shrinker = shrinker_alloc(0, "xen-backend"); in xenbus_probe_backend_init()
|
| /linux/mm/ |
| H A D | shrinker.c | 678 struct shrinker *shrinker_alloc(unsigned int flags, const char *fmt, ...) in shrinker_alloc() function 736 EXPORT_SYMBOL_GPL(shrinker_alloc);
|
| H A D | workingset.c | 803 workingset_shadow_shrinker = shrinker_alloc(SHRINKER_NUMA_AWARE | in workingset_init()
|
| H A D | zswap.c | 1273 shrinker_alloc(SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE, "mm-zswap"); in zswap_alloc_shrinker()
|
| H A D | slab_common.c | 2207 kfree_rcu_shrinker = shrinker_alloc(0, "slab-kvfree-rcu"); in kvfree_rcu_init()
|
| H A D | zsmalloc.c | 2014 pool->shrinker = shrinker_alloc(0, "mm-zspool:%s", pool->name); in zs_register_shrinker()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_shrinker.c | 290 shrinker->shrink = shrinker_alloc(0, "drm-xe_gem:%s", xe->drm.unique); in xe_shrinker_create()
|
| /linux/fs/erofs/ |
| H A D | zutil.c | 303 erofs_shrinker_info = shrinker_alloc(0, "erofs-shrinker"); in erofs_init_shrinker()
|
| /linux/fs/ |
| H A D | mbcache.c | 376 cache->c_shrink = shrinker_alloc(0, "mbcache-shrinker"); in mb_cache_create()
|
| H A D | super.c | 380 s->s_shrink = shrinker_alloc(SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE, in alloc_super()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_pagemap_util.c | 431 shrink = shrinker_alloc(0, "drm-drm_pagemap:%s", drm->unique); in drm_pagemap_shrinker_create_devm()
|
| /linux/drivers/android/binder/ |
| H A D | page_range.rs | 81 let shrinker = unsafe { bindings::shrinker_alloc(0, name.as_char_ptr()) }; in register()
|
| /linux/fs/nfsd/ |
| H A D | nfscache.c | 193 nn->nfsd_reply_cache_shrinker = shrinker_alloc(0, "nfsd-reply:%s", in nfsd_reply_cache_init()
|
| H A D | filecache.c | 807 nfsd_file_shrinker = shrinker_alloc(0, "nfsd-filecache"); in nfsd_file_cache_init()
|
| /linux/net/sunrpc/ |
| H A D | auth.c | 875 rpc_cred_shrinker = shrinker_alloc(0, "sunrpc_cred"); in rpcauth_init_module()
|
| /linux/drivers/misc/ |
| H A D | vmw_balloon.c | 1575 b->shrinker = shrinker_alloc(0, "vmw-balloon"); in vmballoon_register_shrinker()
|
| /linux/drivers/virtio/ |
| H A D | virtio_balloon.c | 906 vb->shrinker = shrinker_alloc(0, "virtio-balloon"); in virtio_balloon_register_shrinker()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 1346 mm_shrinker = shrinker_alloc(0, "drm-ttm_pool"); in ttm_pool_mgr_init()
|
| /linux/drivers/android/ |
| H A D | binder_alloc.c | 1264 binder_shrinker = shrinker_alloc(0, "android-binder"); in binder_alloc_shrinker_init()
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 1294 lazy_rcu_shrinker = shrinker_alloc(0, "rcu-lazy"); in rcu_init_nohz()
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 1135 compr_pool.shrinker = shrinker_alloc(SHRINKER_NONSLAB, "btrfs-compr-pages"); in btrfs_init_compress()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 1773 shrinker_alloc(SHRINKER_NUMA_AWARE, "xfs-buf:%s", descr); in xfs_init_buftarg()
|
| H A D | xfs_qm.c | 828 qinf->qi_shrinker = shrinker_alloc(SHRINKER_NUMA_AWARE, "xfs-qm:%s", in xfs_qm_init_quotainfo()
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 200 gfs2_qd_shrinker = shrinker_alloc(SHRINKER_NUMA_AWARE, "gfs2-qd"); in gfs2_qd_shrinker_init()
|