Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c36 struct iovec read_iov, write_iov; in test_tpidr() local
40 read_iov.iov_base = read_val; in test_tpidr()
44 read_iov.iov_len = sizeof(uint64_t); in test_tpidr()
45 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr()
55 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr()
60 read_iov.iov_len = sizeof(read_val); in test_tpidr()
61 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr()
64 if (read_iov.iov_len >= sizeof(read_val)) in test_tpidr()
70 ksft_test_result(read_iov.iov_len % sizeof(uint64_t) == 0, in test_tpidr()
89 read_iov.iov_len = sizeof(read_val); in test_tpidr()
[all …]
/linux/drivers/vhost/
H A Dscsi.c118 const void *read_iov; member
440 kfree(tv_cmd->read_iov); in vhost_scsi_release_cmd_res()
902 cmd->read_iov = dup_iter(cmd->read_iter, iter, GFP_KERNEL); in vhost_scsi_copy_iov_to_sgl()
903 if (!cmd->read_iov) { in vhost_scsi_copy_iov_to_sgl()
940 kfree(cmd->read_iov); in vhost_scsi_copy_iov_to_sgl()