Searched refs:compressor (Results 1 – 2 of 2) sorted by relevance
/mm/ |
D | zswap.c | 101 module_param_cb(compressor, &zswap_compressor_param_ops, 555 static struct zswap_pool *zswap_pool_find_get(char *type, char *compressor) in zswap_pool_find_get() argument 562 if (strcmp(pool->tfm_name, compressor)) in zswap_pool_find_get() 585 static struct zswap_pool *zswap_pool_create(char *type, char *compressor) in zswap_pool_create() argument 599 if (!strcmp(compressor, ZSWAP_PARAM_UNSET)) in zswap_pool_create() 617 strscpy(pool->tfm_name, compressor, sizeof(pool->tfm_name)); in zswap_pool_create() 754 char *type, char *compressor) in __zswap_param_set() argument 781 } else if (!compressor) { in __zswap_param_set() 786 compressor = s; in __zswap_param_set() 794 pool = zswap_pool_find_get(type, compressor); in __zswap_param_set() [all …]
|
D | Kconfig | 550 prompt "Compressed cache for swap pages default compressor" 565 command line 'zswap.compressor=' option.
|