| /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 | 1285 shrinker_alloc(SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE, "mm-zswap"); in zswap_alloc_shrinker()
|
| H A D | slab_common.c | 2228 kfree_rcu_shrinker = shrinker_alloc(0, "slab-kvfree-rcu"); in kvfree_rcu_init()
|
| H A D | zsmalloc.c | 1981 pool->shrinker = shrinker_alloc(0, "mm-zspool:%s", pool->name); in zs_register_shrinker()
|
| H A D | huge_memory.c | 859 deferred_split_shrinker = shrinker_alloc(SHRINKER_NUMA_AWARE | in thp_shrinker_init() 884 huge_zero_folio_shrinker = shrinker_alloc(0, "thp-zero"); in thp_shrinker_init()
|
| H A D | vmalloc.c | 5465 vmap_node_shrinker = shrinker_alloc(0, "vmap-node"); in vmalloc_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/fs/erofs/ |
| H A D | zutil.c | 304 erofs_shrinker_info = shrinker_alloc(0, "erofs-shrinker"); in erofs_init_shrinker()
|
| /linux/fs/ |
| H A D | mbcache.c | 378 cache->c_shrink = shrinker_alloc(0, "mbcache-shrinker"); in mb_cache_create()
|
| H A D | super.c | 378 s->s_shrink = shrinker_alloc(SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE, in alloc_super()
|
| /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()
|
| /linux/net/sunrpc/ |
| H A D | auth.c | 875 rpc_cred_shrinker = shrinker_alloc(0, "sunrpc_cred"); in rpcauth_init_module()
|
| /linux/drivers/virtio/ |
| H A D | virtio_balloon.c | 930 vb->shrinker = shrinker_alloc(0, "virtio-balloon"); in virtio_balloon_register_shrinker()
|
| /linux/drivers/misc/ |
| H A D | vmw_balloon.c | 1572 b->shrinker = shrinker_alloc(0, "vmw-balloon"); in vmballoon_register_shrinker()
|
| /linux/drivers/android/ |
| H A D | binder_alloc.c | 1265 binder_shrinker = shrinker_alloc(0, "android-binder"); in binder_alloc_shrinker_init()
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 1320 lazy_rcu_shrinker = shrinker_alloc(0, "rcu-lazy"); in rcu_init_nohz()
|
| /linux/fs/nfs/ |
| H A D | super.c | 155 acl_shrinker = shrinker_alloc(0, "nfs-acl"); in register_nfs_fs()
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 1150 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()
|
| /linux/fs/ubifs/ |
| H A D | super.c | 2453 ubifs_shrinker_info = shrinker_alloc(0, "ubifs-slab"); in ubifs_init()
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 2566 c->shrinker = shrinker_alloc(0, "dm-bufio:(%u:%u)", in dm_bufio_client_create()
|
| /linux/fs/quota/ |
| H A D | dquot.c | 3038 dqcache_shrinker = shrinker_alloc(0, "dquota-cache"); in dquot_init()
|