Lines Matching refs:length
566 size_t length; in build_test_sglist() member
586 partitions[tsgl->nents].length = len_this_sg; in build_test_sglist()
593 partitions[tsgl->nents].length = 0; in build_test_sglist()
596 partitions[tsgl->nents - 1].length += len_remaining; in build_test_sglist()
607 while (offset + partitions[i].length + TESTMGR_POISON_LEN > in build_test_sglist()
615 sg_set_buf(&tsgl->sgl[i], addr, partitions[i].length); in build_test_sglist()
623 copy_len = min(partitions[i].length, data->count); in build_test_sglist()
627 testmgr_poison(addr + copy_len, partitions[i].length + in build_test_sglist()
630 testmgr_poison(addr, partitions[i].length + in build_test_sglist()
662 unsigned int len = sg->length; in verify_correct_output()
699 if (tsgl->sgl[i].length != tsgl->sgl_saved[i].length) in is_test_sglist_corrupted()
1229 tsgl->sgl[0].length, result); in test_shash_vec_cfg()
1265 tsgl->sgl[i].length, result); in test_shash_vec_cfg()
1277 tsgl->sgl[i].length); in test_shash_vec_cfg()
1489 pending_len += tsgl->sgl[i].length; in test_ahash_vec_cfg()