1IPC_RMID(9) Kernel IPC facilities IPC_RMID(9)
23
4
NAME
6ipc_rmid - remove an IPC identifier
7
SYNOPSIS
9void ipc_rmid(struct ipc_ids * ids, struct kern_ipc_perm * ipcp);
10
ARGUMENTS
12ids
13IPC identifier set
1415
ipcp
16ipc perm structure containing the identifier to remove
17
DESCRIPTION
19ipc_ids.rw_mutex (as a writer) and the spinlock for this ID are held
20before this function is called, and remain locked on the exit.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 IPC_RMID(9)