Home
last modified time | relevance | path

Searched refs:copy_len (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dtestmgr.c621 size_t copy_len, copied; in build_test_sglist() local
623 copy_len = min(partitions[i].length, data->count); in build_test_sglist()
624 copied = copy_from_iter(addr, copy_len, data); in build_test_sglist()
625 if (WARN_ON(copied != copy_len)) in build_test_sglist()
627 testmgr_poison(addr + copy_len, partitions[i].length + in build_test_sglist()
628 TESTMGR_POISON_LEN - copy_len); in build_test_sglist()