Home
last modified time | relevance | path

Searched defs:kvec (Results 1 – 19 of 19) sorted by path

/linux/arch/s390/kernel/
H A Dcrash_dump.c153 struct kvec kvec; in copy_oldmem_kernel() local
/linux/arch/s390/mm/
H A Dmaccess.c117 struct kvec kvec; in memcpy_real() local
/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c598 struct kvec kvec; in request_microcode_fw() local
/linux/arch/x86/kernel/
H A Dcrash_dump_64.c57 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read() local
/linux/drivers/s390/char/
H A Dzcore.c102 struct kvec kvec; in memcpy_hsa_kernel() local
/linux/drivers/tee/
H A Dtee_shm.c420 struct kvec kvec; in tee_shm_register_kernel_buf() local
/linux/fs/9p/
H A Dvfs_dir.c92 struct kvec kvec; in v9fs_dir_readdir() local
H A Dxattr.c24 struct kvec kvec = {.iov_base = buffer, .iov_len = buffer_size}; in v9fs_fid_xattr_get() local
111 struct kvec kvec = {.iov_base = (void *)value, .iov_len = value_len}; in v9fs_fid_xattr_set() local
/linux/fs/afs/
H A Dinternal.h145 struct kvec kvec[1]; member
/linux/fs/proc/
H A Dvmcore.c199 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read() local
212 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read_notes() local
428 struct kvec kvec; mmap_vmcore_fault() local
[all...]
/linux/include/linux/
H A Duio.h17 struct kvec { struct
18 void *iov_base; /* and that should *never* hold a userland pointer */
19 size_t iov_len;
67 const struct kvec *kvec; member
H A Dvringh.h195 struct kvec *kvec, unsigned num) in vringh_kiov_init()
/linux/lib/
H A Diov_iter.c611 const struct kvec *kvec, unsigned long nr_segs, in iov_iter_kvec()
H A Dkunit_iov_iter.c74 struct kvec *kvec, unsigned int kvmax, in iov_kunit_load_kvec()
103 struct kvec kvec[8]; in iov_kunit_copy_to_kvec() local
153 struct kvec kvec[8]; in iov_kunit_copy_from_kvec() local
530 struct kvec kvec[8]; in iov_kunit_extract_pages_kvec() local
/linux/net/rxrpc/
H A Dar-internal.h814 struct kvec kvec[3]; member
H A Drxperf.c50 struct kvec kvec[1]; member
/linux/net/sunrpc/
H A Dxprtsock.c417 struct kvec *kvec, size_t count, size_t seek) in xs_read_kvec()
604 struct kvec kvec = { in xs_read_stream_header() local
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c141 struct kvec kvec; in virtio_transport_copy_nonlinear_skb() local
/linux/sound/core/
H A Dpcm_lib.c2078 struct kvec kvec = { data, bytes }; in do_transfer() local