Lines Matching refs:input_vec
3430 void *input_vec; in test_acomp() local
3432 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3433 if (!input_vec) { in test_acomp()
3440 sg_init_one(&src, input_vec, ilen); in test_acomp()
3447 kfree(input_vec); in test_acomp()
3460 kfree(input_vec); in test_acomp()
3476 kfree(input_vec); in test_acomp()
3485 kfree(input_vec); in test_acomp()
3490 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3495 kfree(input_vec); in test_acomp()
3502 sg_init_one(&src, input_vec, ilen); in test_acomp()
3509 kfree(input_vec); in test_acomp()
3515 kfree(input_vec); in test_acomp()
3522 void *input_vec; in test_acomp() local
3524 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3525 if (!input_vec) { in test_acomp()
3532 sg_init_one(&src, input_vec, ilen); in test_acomp()
3539 kfree(input_vec); in test_acomp()
3552 kfree(input_vec); in test_acomp()
3561 kfree(input_vec); in test_acomp()
3571 kfree(input_vec); in test_acomp()
3584 kfree(input_vec); in test_acomp()
3590 kfree(input_vec); in test_acomp()