table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
IPC_RMID(9) | Kernel IPC facilities | IPC_RMID(9) |
NAME¶
ipc_rmid - remove an ipc identifierSYNOPSIS¶
void
ipc_rmid(struct ipc_ids * ids,
struct kern_ipc_perm * ipcp);
ARGUMENTS¶
idsipc identifier set
ipcp
ipc perm structure containing the identifier
to remove
DESCRIPTION¶
ipc_ids.rwsem (as a writer) and the spinlock for this ID are held before this function is called, and remain locked on the exit.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |