Lines Matching refs:input_vec
3299 void *input_vec; in test_acomp() local
3301 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3302 if (!input_vec) { in test_acomp()
3309 sg_init_one(&src, input_vec, ilen); in test_acomp()
3316 kfree(input_vec); in test_acomp()
3329 kfree(input_vec); in test_acomp()
3345 kfree(input_vec); in test_acomp()
3354 kfree(input_vec); in test_acomp()
3359 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3364 kfree(input_vec); in test_acomp()
3369 kfree(input_vec); in test_acomp()
3376 void *input_vec; in test_acomp() local
3378 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3379 if (!input_vec) { in test_acomp()
3386 sg_init_one(&src, input_vec, ilen); in test_acomp()
3393 kfree(input_vec); in test_acomp()
3406 kfree(input_vec); in test_acomp()
3415 kfree(input_vec); in test_acomp()
3425 kfree(input_vec); in test_acomp()
3430 kfree(input_vec); in test_acomp()