Searched refs:input_vec (Results 1 – 1 of 1) sorted by relevance
3430 void *input_vec; in test_acomp() local3432 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()3433 if (!input_vec) { in test_acomp()3440 sg_init_one(&src, input_vec, ilen); in test_acomp()3447 kfree(input_vec); in test_acomp()3460 kfree(input_vec); in test_acomp()3476 kfree(input_vec); in test_acomp()3485 kfree(input_vec); in test_acomp()3490 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()3495 kfree(input_vec); in test_acomp()[all …]