Home
last modified time | relevance | path

Searched refs:shrinker_alloc (Results 1 – 25 of 27) sorted by relevance

12

/linux/include/linux/
H A Dshrinker.h135 struct shrinker *shrinker_alloc(unsigned int flags, const char *fmt, ...);
/linux/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c304 backend_memory_shrinker = shrinker_alloc(0, "xen-backend"); in xenbus_probe_backend_init()
/linux/mm/
H A Dshrinker.c678 struct shrinker *shrinker_alloc(unsigned int flags, const char *fmt, ...) in shrinker_alloc() function
736 EXPORT_SYMBOL_GPL(shrinker_alloc);
H A Dworkingset.c803 workingset_shadow_shrinker = shrinker_alloc(SHRINKER_NUMA_AWARE | in workingset_init()
H A Dzswap.c1285 shrinker_alloc(SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE, "mm-zswap"); in zswap_alloc_shrinker()
H A Dslab_common.c2228 kfree_rcu_shrinker = shrinker_alloc(0, "slab-kvfree-rcu"); in kvfree_rcu_init()
H A Dzsmalloc.c1981 pool->shrinker = shrinker_alloc(0, "mm-zspool:%s", pool->name); in zs_register_shrinker()
H A Dhuge_memory.c859 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 Dvmalloc.c5465 vmap_node_shrinker = shrinker_alloc(0, "vmap-node"); in vmalloc_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_shrinker.c290 shrinker->shrink = shrinker_alloc(0, "drm-xe_gem:%s", xe->drm.unique); in xe_shrinker_create()
/linux/fs/erofs/
H A Dzutil.c304 erofs_shrinker_info = shrinker_alloc(0, "erofs-shrinker"); in erofs_init_shrinker()
/linux/fs/
H A Dmbcache.c378 cache->c_shrink = shrinker_alloc(0, "mbcache-shrinker"); in mb_cache_create()
H A Dsuper.c378 s->s_shrink = shrinker_alloc(SHRINKER_NUMA_AWARE | SHRINKER_MEMCG_AWARE, in alloc_super()
/linux/fs/nfsd/
H A Dnfscache.c193 nn->nfsd_reply_cache_shrinker = shrinker_alloc(0, "nfsd-reply:%s", in nfsd_reply_cache_init()
/linux/net/sunrpc/
H A Dauth.c875 rpc_cred_shrinker = shrinker_alloc(0, "sunrpc_cred"); in rpcauth_init_module()
/linux/drivers/virtio/
H A Dvirtio_balloon.c930 vb->shrinker = shrinker_alloc(0, "virtio-balloon"); in virtio_balloon_register_shrinker()
/linux/drivers/misc/
H A Dvmw_balloon.c1572 b->shrinker = shrinker_alloc(0, "vmw-balloon"); in vmballoon_register_shrinker()
/linux/drivers/android/
H A Dbinder_alloc.c1265 binder_shrinker = shrinker_alloc(0, "android-binder"); in binder_alloc_shrinker_init()
/linux/kernel/rcu/
H A Dtree_nocb.h1320 lazy_rcu_shrinker = shrinker_alloc(0, "rcu-lazy"); in rcu_init_nohz()
/linux/fs/nfs/
H A Dsuper.c155 acl_shrinker = shrinker_alloc(0, "nfs-acl"); in register_nfs_fs()
/linux/fs/btrfs/
H A Dcompression.c1150 compr_pool.shrinker = shrinker_alloc(SHRINKER_NONSLAB, "btrfs-compr-pages"); in btrfs_init_compress()
/linux/fs/xfs/
H A Dxfs_buf.c1773 shrinker_alloc(SHRINKER_NUMA_AWARE, "xfs-buf:%s", descr); in xfs_init_buftarg()
/linux/fs/ubifs/
H A Dsuper.c2453 ubifs_shrinker_info = shrinker_alloc(0, "ubifs-slab"); in ubifs_init()
/linux/drivers/md/
H A Ddm-bufio.c2566 c->shrinker = shrinker_alloc(0, "dm-bufio:(%u:%u)", in dm_bufio_client_create()
/linux/fs/quota/
H A Ddquot.c3038 dqcache_shrinker = shrinker_alloc(0, "dquota-cache"); in dquot_init()

12