1IPC_INIT(9)                  Kernel IPC facilities                 IPC_INIT(9)
2
3
4

NAME

6       ipc_init - initialise IPC subsystem
7

SYNOPSIS

9       int ipc_init(void);
10

ARGUMENTS

12       void
13           no arguments
14

DESCRIPTION

16       The various system5 IPC resources (semaphores, messages and shared
17       memory) are initialised A callback routine is registered into the
18       memory hotplug notifier
19

CHAIN

21       since msgmni scales to lowmem this callback routine will be called upon
22       successful memory add / remove to recompute msmgni.
23
25Kernel Hackers Manual 3.10         June 2019                       IPC_INIT(9)
Impressum