Expand description
IPC ring-buffer syscall handlers.
Provides shared-memory ring buffers for zero-copy IPC between processes.
Functions§
- sys_
ipc_ ring_ create - SYS_IPC_RING_CREATE: allocate a shared-memory ring buffer.
- sys_
ipc_ ring_ map - SYS_IPC_RING_MAP: map a shared ring buffer into the caller’s address space.