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

NAME

6       ipc_findkey - find a key in an ipc identifier set
7

SYNOPSIS

9       struct kern_ipc_perm * ipc_findkey(struct ipc_ids * ids, key_t key);
10

ARGUMENTS

12       ids
13           Identifier set
14
15       key
16           The key to find
17
18           Requires ipc_ids.rwsem locked. Returns the LOCKED pointer to the
19           ipc structure if found or NULL if not. If key is found ipc points
20           to the owning ipc structure
21
23Kernel Hackers Manual 3.10         June 2019                    IPC_FINDKEY(9)
Impressum