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

NAME

6       ipc_rmid - remove an IPC identifier
7

SYNOPSIS

9       void ipc_rmid(struct ipc_ids * ids, struct kern_ipc_perm * ipcp);
10

ARGUMENTS

12       ids
13           IPC identifier set
14
15       ipcp
16           ipc perm structure containing the identifier to remove
17

DESCRIPTION

19       ipc_ids.rwsem (as a writer) and the spinlock for this ID are held
20       before this function is called, and remain locked on the exit.
21
23Kernel Hackers Manual 3.10         June 2019                       IPC_RMID(9)
Impressum