⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

batch_zero_copy_transfer

Function batch_zero_copy_transfer 

Source
pub fn batch_zero_copy_transfer(
    transfers: &[(SharedRegion, TransferFlags)],
    from_pid: ProcessId,
    to_pid: ProcessId,
) -> Result<Vec<Result<()>>>
Expand description

Batch zero-copy transfer for multiple regions