Home
last modified time | relevance | path

Searched refs:zswap_shrinker (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dzswap.c175 static struct shrinker *zswap_shrinker;
1728 zswap_shrinker = zswap_alloc_shrinker(); in zswap_swapon()
1729 if (!zswap_shrinker) in zswap_swapon()
1731 if (list_lru_init_memcg(&zswap_list_lru, zswap_shrinker)) in zswap_swapoff()
1733 shrinker_register(zswap_shrinker); in zswap_swapoff()
1754 shrinker_free(zswap_shrinker);
193 static struct shrinker *zswap_shrinker; global() variable