'\" t .\" Title: ipc_rmid .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Kernel IPC facilities .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IPC_RMID" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Kernel IPC facilities" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ipc_rmid \- remove an ipc identifier .SH "SYNOPSIS" .HP \w'void\ ipc_rmid('u .BI "void ipc_rmid(struct\ ipc_ids\ *\ " "ids" ", struct\ kern_ipc_perm\ *\ " "ipcp" ");" .SH "ARGUMENTS" .PP \fIids\fR .RS 4 ipc identifier set .RE .PP \fIipcp\fR .RS 4 ipc perm structure containing the identifier to remove .RE .SH "DESCRIPTION" .PP 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\&. .SH "COPYRIGHT" .br