Lines Matching refs:length
600 size_t length; in build_test_sglist() member
620 partitions[tsgl->nents].length = len_this_sg; in build_test_sglist()
627 partitions[tsgl->nents].length = 0; in build_test_sglist()
630 partitions[tsgl->nents - 1].length += len_remaining; in build_test_sglist()
641 while (offset + partitions[i].length + TESTMGR_POISON_LEN > in build_test_sglist()
649 sg_set_buf(&tsgl->sgl[i], addr, partitions[i].length); in build_test_sglist()
657 copy_len = min(partitions[i].length, data->count); in build_test_sglist()
661 testmgr_poison(addr + copy_len, partitions[i].length + in build_test_sglist()
664 testmgr_poison(addr, partitions[i].length + in build_test_sglist()
696 unsigned int len = sg->length; in verify_correct_output()
733 if (tsgl->sgl[i].length != tsgl->sgl_saved[i].length) in is_test_sglist_corrupted()
1350 tsgl->sgl[0].length, result); in test_shash_vec_cfg()
1386 tsgl->sgl[i].length, result); in test_shash_vec_cfg()
1398 tsgl->sgl[i].length); in test_shash_vec_cfg()
1609 pending_len += tsgl->sgl[i].length; in test_ahash_vec_cfg()