Searched refs:zswap_zpool_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dzswap.c111 static char *zswap_zpool_type = CONFIG_ZSWAP_ZPOOL_DEFAULT; variable
118 module_param_cb(zpool, &zswap_zpool_param_ops, &zswap_zpool_type, 0644);
405 has_zpool = zpool_has_pool(zswap_zpool_type);
406 if (!has_zpool && strcmp(zswap_zpool_type,
409 zswap_zpool_type, CONFIG_ZSWAP_ZPOOL_DEFAULT);
410 param_free_charp(&zswap_zpool_type);
411 zswap_zpool_type = CONFIG_ZSWAP_ZPOOL_DEFAULT;
412 has_zpool = zpool_has_pool(zswap_zpool_type);
416 zswap_zpool_type);
417 param_free_charp(&zswap_zpool_type);
[all...]

Completed in 116 milliseconds