Searched defs:ipc_namespace (Results 1 – 2 of 2) sorted by relevance
29 struct ipc_namespace { struct30 atomic_t count;31 struct ipc_ids ids[3];33 int sem_ctls[4];34 int used_sems;36 int msg_ctlmax;37 int msg_ctlmnb;38 int msg_ctlmni;39 atomic_t msg_bytes;40 atomic_t msg_hdrs;[all …]
73 void (*free)(struct ipc_namespace *, struct kern_ipc_perm *)) in free_ipcs()