Searched defs:ipc_namespace (Results 1 – 2 of 2) sorted by relevance
31 struct ipc_namespace { struct32 struct ipc_ids ids[3];34 int sem_ctls[4];35 int used_sems;37 unsigned int msg_ctlmax;38 unsigned int msg_ctlmnb;39 unsigned int msg_ctlmni;40 struct percpu_counter percpu_msg_bytes;41 struct percpu_counter percpu_msg_hdrs;43 size_t shm_ctlmax;[all …]
124 void (*free)(struct ipc_namespace *, struct kern_ipc_perm *)) in free_ipcs()