| /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/drivers/gpu/drm/msm/ |
| H A D | msm_gem_shrinker.c | 275 priv->shrinker = shrinker_alloc(0, "drm-msm_gem"); in msm_gem_shrinker_init()
|
| /linux/mm/ |
| H A D | shrinker.c | 688 struct shrinker *shrinker_alloc(unsigned int flags, const char *fmt, ...) in shrinker_alloc() function 747 EXPORT_SYMBOL_GPL(shrinker_alloc);
|
| H A D | slab_common.c | 2285 kfree_rcu_shrinker = shrinker_alloc(0, "slab-kvfree-rcu"); in kvfree_rcu_init()
|
| /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/drivers/gpu/drm/ |
| H A D | drm_pagemap_util.c | 427 shrink = shrinker_alloc(0, "drm-drm_pagemap:%s", drm->unique); in drm_pagemap_shrinker_create_devm()
|
| /linux/fs/nfsd/ |
| H A D | nfscache.c | 195 nn->nfsd_reply_cache_shrinker = shrinker_alloc(0, "nfsd-reply:%s", in nfsd_reply_cache_init()
|
| H A D | filecache.c | 898 nfsd_file_shrinker = shrinker_alloc(0, "nfsd-filecache"); in nfsd_file_cache_init()
|
| H A D | nfs4state.c | 9776 nn->nfsd_client_shrinker = shrinker_alloc(0, "nfsd-client"); in nfs4_state_create_net() 9868 nfsd_slot_shrinker = shrinker_alloc(0, "nfsd-DRC-slot"); in nfs4_state_start()
|
| /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 | 912 vb->shrinker = shrinker_alloc(0, "virtio-balloon"); in virtio_balloon_register_shrinker()
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 1136 compr_pool.shrinker = shrinker_alloc(SHRINKER_NONSLAB, "btrfs-compr-pages"); in btrfs_init_compress()
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 1379 lazy_rcu_shrinker = shrinker_alloc(0, "rcu-lazy"); in rcu_init_nohz()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 1746 shrinker_alloc(SHRINKER_NUMA_AWARE, "xfs-buf:%s", descr); in xfs_init_buftarg()
|
| H A D | xfs_qm.c | 827 qinf->qi_shrinker = shrinker_alloc(SHRINKER_NUMA_AWARE, "xfs-qm:%s", in xfs_qm_init_quotainfo()
|
| /linux/fs/ |
| H A D | super.c | 401 s->s_shrink = shrinker_alloc(SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE, in alloc_super()
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 200 gfs2_qd_shrinker = shrinker_alloc(SHRINKER_NUMA_AWARE, "gfs2-qd"); in gfs2_qd_shrinker_init()
|
| /linux/fs/jbd2/ |
| H A D | journal.c | 1591 journal->j_shrinker = shrinker_alloc(0, "jbd2-journal:(%u:%u)", in journal_init_common()
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 2592 c->shrinker = shrinker_alloc(0, "dm-bufio:(%u:%u)", in dm_bufio_client_create()
|
| H A D | raid5.c | 7855 conf->shrinker = shrinker_alloc(0, "md-raid5:%s", mdname(mddev)); in setup_conf()
|
| /linux/drivers/md/bcache/ |
| H A D | btree.c | 829 c->shrink = shrinker_alloc(0, "md-bcache:%pU", c->set_uuid); in bch_btree_cache_alloc()
|
| /linux/fs/quota/ |
| H A D | dquot.c | 2982 dqcache_shrinker = shrinker_alloc(0, "dquota-cache"); in dquot_init()
|