https://www.kernel.org/doc/rustdoc/latest/kernel/alloc/kvec/type.VVec.html
VVec in kernel::alloc::kvec - Rust
Type alias for `Vec` with a `Vmalloc` allocator.
kernelallockvecrust
https://www.kernel.org/doc/rustdoc/latest/kernel/alloc/kvec/type.KVVec.html
KVVec in kernel::alloc::kvec - Rust
Type alias for `Vec` with a `KVmalloc` allocator.
kernelallockvecrust
https://www.kernel.org/doc/rustdoc/latest/kernel/alloc/kvec/struct.DrainAll.html
DrainAll in kernel::alloc::kvec - Rust
An iterator that owns all items in a vector, but does not own its allocation.
kernelallockvecrust
https://lkml.org/lkml/2025/11/25/725
LKML: David Howells: Re: [PATCH v4 07/11] cifs: Clean up some places where an extra kvec[] was...