ipc_lock (9) - Linux Manuals
ipc_lock: lock an ipc structure without rwsem held
NAME
ipc_lock - lock an ipc structure without rwsem held
SYNOPSIS
-
struct kern_ipc_perm * ipc_lock(struct ipc_ids
* ids, intid);
ARGUMENTS
ids
-
- ipc identifier set
id
- ipc id to look for
DESCRIPTION
Look for an id in the ipc ids idr and lock the associated ipc object.
The ipc object is locked on successful exit.
COPYRIGHT