Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dzram_drv.c1287 const char *dict_path, in comp_params_store() argument
1294 if (dict_path) { in comp_params_store()
1295 sz = kernel_read_file_from_path(dict_path, 0, in comp_params_store()
1316 char *args, *param, *val, *algo = NULL, *dict_path = NULL; in algorithm_params_store() local
1350 dict_path = val; in algorithm_params_store()
1381 ret = comp_params_store(zram, prio, level, dict_path, &deflate_params); in algorithm_params_store()