1IPC_FINDKEY(9) Kernel IPC facilities IPC_FINDKEY(9)
23
4
NAME
6ipc_findkey - find a key in an ipc identifier set
7
SYNOPSIS
9struct kern_ipc_perm * ipc_findkey(struct ipc_ids * ids, key_t key);
10
ARGUMENTS
12ids
13Identifier set
1415
key
16The key to find
1718
Requires ipc_ids.rwsem locked. Returns the LOCKED pointer to the
19ipc structure if found or NULL if not. If key is found ipc points
20to the owning ipc structure
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 IPC_FINDKEY(9)