1IPC_LOCK(9)                  Kernel IPC facilities                 IPC_LOCK(9)
2
3
4

NAME

6       ipc_lock - Lock an ipc structure without rwsem held
7

SYNOPSIS

9       struct kern_ipc_perm * ipc_lock(struct ipc_ids * ids, int id);
10

ARGUMENTS

12       ids
13           IPC identifier set
14
15       id
16           ipc id to look for
17

DESCRIPTION

19       Look for an id in the ipc ids idr and lock the associated ipc object.
20
21       The ipc object is locked on successful exit.
22
24Kernel Hackers Manual 3.10         June 2019                       IPC_LOCK(9)
Impressum