1IPC_LOCK(9) Kernel IPC facilities IPC_LOCK(9)
23
4
NAME
6ipc_lock - Lock an ipc structure without rw_mutex held
7
SYNOPSIS
9struct kern_ipc_perm * ipc_lock(struct ipc_ids * ids, int id);
10
ARGUMENTS
12ids
13IPC identifier set
1415
id
16ipc id to look for
17
DESCRIPTION
19Look for an id in the ipc ids idr and lock the associated ipc object.
2021
The ipc object is locked on successful exit.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 IPC_LOCK(9)