Lines Matching refs:input_vec
3296 void *input_vec; in test_acomp() local
3298 input_vec = kmemdup(ctemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3299 if (!input_vec) { in test_acomp()
3306 sg_init_one(&src, input_vec, ilen); in test_acomp()
3313 kfree(input_vec); in test_acomp()
3326 kfree(input_vec); in test_acomp()
3342 kfree(input_vec); in test_acomp()
3351 kfree(input_vec); in test_acomp()
3356 if (memcmp(input_vec, decomp_out, req->dlen)) { in test_acomp()
3361 kfree(input_vec); in test_acomp()
3366 kfree(input_vec); in test_acomp()
3373 void *input_vec; in test_acomp() local
3375 input_vec = kmemdup(dtemplate[i].input, ilen, GFP_KERNEL); in test_acomp()
3376 if (!input_vec) { in test_acomp()
3383 sg_init_one(&src, input_vec, ilen); in test_acomp()
3390 kfree(input_vec); in test_acomp()
3403 kfree(input_vec); in test_acomp()
3412 kfree(input_vec); in test_acomp()
3422 kfree(input_vec); in test_acomp()
3427 kfree(input_vec); in test_acomp()