Lines Matching refs:ids
115 void ipc_init_ids(struct ipc_ids *ids);
118 int ids, int (*show)(struct seq_file *, void *));
121 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0)
132 /* must be called with ids->rwsem acquired for writing */
146 * @ids: ipc identifier set
150 static inline int ipc_get_maxidx(struct ipc_ids *ids)
152 if (ids->in_use == 0)
155 if (ids->in_use == ipc_mni)
158 return ids->max_idx;
174 struct kern_ipc_perm *ipc_obtain_object_idr(struct ipc_ids *ids, int id);
180 struct ipc_ids *ids, int id, int cmd,
240 struct kern_ipc_perm *ipc_obtain_object_check(struct ipc_ids *ids, int id);
241 int ipcget(struct ipc_namespace *ns, struct ipc_ids *ids,
243 void free_ipcs(struct ipc_namespace *ns, struct ipc_ids *ids,