Home
last modified time | relevance | path

Searched defs:kvec (Results 1 – 21 of 21) sorted by relevance

/linux-6.14.4/include/linux/
Duio.h18 struct kvec { struct
19 void *iov_base; /* and that should *never* hold a userland pointer */
20 size_t iov_len;
69 const struct kvec *kvec; member
Dvringh.h195 struct kvec *kvec, unsigned num) in vringh_kiov_init()
/linux-6.14.4/fs/9p/
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
Dvfs_dir.c92 struct kvec kvec; in v9fs_dir_readdir() local
/linux-6.14.4/arch/x86/kernel/
Dcrash_dump_64.c57 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read() local
/linux-6.14.4/lib/
Dkunit_iov_iter.c75 struct kvec *kvec, unsigned int kvmax, in iov_kunit_load_kvec()
104 struct kvec kvec[8]; in iov_kunit_copy_to_kvec() local
154 struct kvec kvec[8]; in iov_kunit_copy_from_kvec() local
704 struct kvec kvec[8]; in iov_kunit_extract_pages_kvec() local
Diov_iter.c680 const struct kvec *kvec, unsigned long nr_segs, in iov_iter_kvec()
/linux-6.14.4/arch/s390/mm/
Dmaccess.c118 struct kvec kvec; in memcpy_real() local
/linux-6.14.4/rust/kernel/
Dalloc.rs8 pub mod kvec; module
/linux-6.14.4/fs/proc/
Dvmcore.c227 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read() local
240 struct kvec kvec = { .iov_base = buf, .iov_len = count }; in elfcorehdr_read_notes() local
476 struct kvec kvec; in mmap_vmcore_fault() local
/linux-6.14.4/drivers/s390/char/
Dzcore.c102 struct kvec kvec; in memcpy_hsa_kernel() local
/linux-6.14.4/drivers/tee/
Dtee_shm.c420 struct kvec kvec; in tee_shm_register_kernel_buf() local
/linux-6.14.4/net/rxrpc/
Drxperf.c50 struct kvec kvec[1]; member
Dar-internal.h330 struct kvec kvec[1 + RXRPC_MAX_NR_JUMBO > 3 + 16 ? member
/linux-6.14.4/arch/x86/kernel/cpu/microcode/
Dintel.c592 struct kvec kvec; in request_microcode_fw() local
/linux-6.14.4/rust/kernel/alloc/
Dkvec.rs46 macro_rules! kvec { macro
/linux-6.14.4/arch/s390/kernel/
Dcrash_dump.c151 struct kvec kvec; in copy_oldmem_kernel() local
/linux-6.14.4/net/sunrpc/
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-6.14.4/net/vmw_vsock/
Dvirtio_transport_common.c144 struct kvec kvec; in virtio_transport_copy_nonlinear_skb() local
/linux-6.14.4/sound/core/
Dpcm_lib.c2112 struct kvec kvec = { data, bytes }; in do_transfer() local
/linux-6.14.4/fs/afs/
Dinternal.h146 struct kvec kvec[1]; member