Lines Matching refs:input_vec
3349 void *input_vec; in test_acomp() local
3351 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3352 if (!input_vec) { in test_acomp()
3359 sg_init_one(&src, input_vec, ilen); in test_acomp()
3366 kfree(input_vec); in test_acomp()
3379 kfree(input_vec); in test_acomp()
3395 kfree(input_vec); in test_acomp()
3404 kfree(input_vec); in test_acomp()
3409 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3414 kfree(input_vec); in test_acomp()
3419 kfree(input_vec); in test_acomp()
3426 void *input_vec; in test_acomp() local
3428 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3429 if (!input_vec) { in test_acomp()
3436 sg_init_one(&src, input_vec, ilen); in test_acomp()
3443 kfree(input_vec); in test_acomp()
3456 kfree(input_vec); in test_acomp()
3465 kfree(input_vec); in test_acomp()
3475 kfree(input_vec); in test_acomp()
3480 kfree(input_vec); in test_acomp()