Searched refs:input_vec (Results 1 – 1 of 1) sorted by relevance
3030 void *input_vec; in test_acomp() local3032 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()3033 if (!input_vec) { in test_acomp()3040 sg_init_one(&src, input_vec, ilen); in test_acomp()3047 kfree(input_vec); in test_acomp()3060 kfree(input_vec); in test_acomp()3076 kfree(input_vec); in test_acomp()3085 kfree(input_vec); in test_acomp()3090 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()3095 kfree(input_vec); in test_acomp()[all …]