Lines Matching refs:input_vec
3030 void *input_vec; in test_acomp() local
3032 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()
3100 kfree(input_vec); in test_acomp()
3107 void *input_vec; in test_acomp() local
3109 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3110 if (!input_vec) { in test_acomp()
3117 sg_init_one(&src, input_vec, ilen); in test_acomp()
3124 kfree(input_vec); in test_acomp()
3137 kfree(input_vec); in test_acomp()
3146 kfree(input_vec); in test_acomp()
3156 kfree(input_vec); in test_acomp()
3161 kfree(input_vec); in test_acomp()