Lines Matching refs:input_vec
3318 void *input_vec; in test_acomp() local
3320 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3321 if (!input_vec) { in test_acomp()
3328 sg_init_one(&src, input_vec, ilen); in test_acomp()
3335 kfree(input_vec); in test_acomp()
3348 kfree(input_vec); in test_acomp()
3364 kfree(input_vec); in test_acomp()
3373 kfree(input_vec); in test_acomp()
3378 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3383 kfree(input_vec); in test_acomp()
3388 kfree(input_vec); in test_acomp()
3395 void *input_vec; in test_acomp() local
3397 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3398 if (!input_vec) { in test_acomp()
3405 sg_init_one(&src, input_vec, ilen); in test_acomp()
3412 kfree(input_vec); in test_acomp()
3425 kfree(input_vec); in test_acomp()
3434 kfree(input_vec); in test_acomp()
3444 kfree(input_vec); in test_acomp()
3449 kfree(input_vec); in test_acomp()