pub fn sys_ipc_ring_create(size: u64) -> Result<u64, SyscallError>Expand description
SYS_IPC_RING_CREATE: allocate a shared-memory ring buffer.
pub fn sys_ipc_ring_create(size: u64) -> Result<u64, SyscallError>SYS_IPC_RING_CREATE: allocate a shared-memory ring buffer.