Skip to main content

Module ipc_ring

Module ipc_ring 

Source
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.