zswap_zpool_type 99 mm/zswap.c static char *zswap_zpool_type = ZSWAP_ZPOOL_DEFAULT; zswap_zpool_type 106 mm/zswap.c module_param_cb(zpool, &zswap_zpool_param_ops, &zswap_zpool_type, 0644); zswap_zpool_type 586 mm/zswap.c has_zpool = zpool_has_pool(zswap_zpool_type); zswap_zpool_type 587 mm/zswap.c if (!has_zpool && strcmp(zswap_zpool_type, ZSWAP_ZPOOL_DEFAULT)) { zswap_zpool_type 589 mm/zswap.c zswap_zpool_type, ZSWAP_ZPOOL_DEFAULT); zswap_zpool_type 590 mm/zswap.c param_free_charp(&zswap_zpool_type); zswap_zpool_type 591 mm/zswap.c zswap_zpool_type = ZSWAP_ZPOOL_DEFAULT; zswap_zpool_type 592 mm/zswap.c has_zpool = zpool_has_pool(zswap_zpool_type); zswap_zpool_type 596 mm/zswap.c zswap_zpool_type); zswap_zpool_type 597 mm/zswap.c param_free_charp(&zswap_zpool_type); zswap_zpool_type 598 mm/zswap.c zswap_zpool_type = ZSWAP_PARAM_UNSET; zswap_zpool_type 604 mm/zswap.c return zswap_pool_create(zswap_zpool_type, zswap_compressor); zswap_zpool_type 764 mm/zswap.c return __zswap_param_set(val, kp, zswap_zpool_type, NULL);