1IPC_INIT(9) Kernel IPC facilities IPC_INIT(9)
23
4
NAME
6ipc_init - initialise IPC subsystem
7
SYNOPSIS
9int ipc_init(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16The various system5 IPC resources (semaphores, messages and shared
17memory) are initialised A callback routine is registered into the
18memory hotplug notifier
19
CHAIN
21since msgmni scales to lowmem this callback routine will be called upon
22successful memory add / remove to recompute msmgni.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 IPC_INIT(9)