table of contents
other versions
- stretch 4.9.168-1
IPC_OBTAIN_OBJECT_CH(9) | Kernel IPC facilities | IPC_OBTAIN_OBJECT_CH(9) |
NAME¶
ipc_obtain_object_check -SYNOPSIS¶
struct kern_ipc_perm * ipc_obtain_object_check(struct ipc_ids * ids, int id);
ARGUMENTS¶
idsipc identifier set
id
ipc id to look for
DESCRIPTION¶
Similar to ipc_obtain_object_idr but also checks the ipc object reference counter.Call inside the RCU critical section. The ipc object is *not* locked on exit.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |