Searched defs:ipc_namespace (Results 1 – 4 of 4) sorted by relevance
29 struct ipc_namespace { struct30 refcount_t count;31 struct ipc_ids ids[3];33 int sem_ctls[4];34 int used_sems;36 unsigned int msg_ctlmax;37 unsigned int msg_ctlmnb;38 unsigned int msg_ctlmni;39 atomic_t msg_bytes;40 atomic_t msg_hdrs;[all …]
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 …]
126 void (*free)(struct ipc_namespace *, struct kern_ipc_perm *)) in free_ipcs()
96 void (*free)(struct ipc_namespace *, struct kern_ipc_perm *)) in free_ipcs()