Lines Matching refs:input_vec
3315 void *input_vec; in test_acomp() local
3317 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3318 if (!input_vec) { in test_acomp()
3325 sg_init_one(&src, input_vec, ilen); in test_acomp()
3332 kfree(input_vec); in test_acomp()
3345 kfree(input_vec); in test_acomp()
3361 kfree(input_vec); in test_acomp()
3370 kfree(input_vec); in test_acomp()
3375 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3380 kfree(input_vec); in test_acomp()
3385 kfree(input_vec); in test_acomp()
3392 void *input_vec; in test_acomp() local
3394 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3395 if (!input_vec) { in test_acomp()
3402 sg_init_one(&src, input_vec, ilen); in test_acomp()
3409 kfree(input_vec); in test_acomp()
3422 kfree(input_vec); in test_acomp()
3431 kfree(input_vec); in test_acomp()
3441 kfree(input_vec); in test_acomp()
3446 kfree(input_vec); in test_acomp()