Lines Matching full: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) argument
132 /* must be called with ids->rwsem acquired for writing */
146 * @ids: ipc identifier set
148 * The function returns the highest assigned index for @ids. The function
153 static inline int ipc_get_maxidx(struct ipc_ids *ids) in ipc_get_maxidx() argument
155 if (ids->in_use == 0) in ipc_get_maxidx()
158 if (ids->in_use == ipc_mni) in ipc_get_maxidx()
161 return ids->max_idx; in ipc_get_maxidx()
177 struct kern_ipc_perm *ipc_obtain_object_idr(struct ipc_ids *ids, int id);
183 struct ipc_ids *ids, int id, int cmd,
243 struct kern_ipc_perm *ipc_obtain_object_check(struct ipc_ids *ids, int id);
244 int ipcget(struct ipc_namespace *ns, struct ipc_ids *ids,
246 void free_ipcs(struct ipc_namespace *ns, struct ipc_ids *ids,