Lines Matching defs:it
212 * ipc_obtain_object_idr() or ipc_obtain_object_check() can find it,
574 * object and store it into the @out pointer.
790 static void *sysvipc_proc_next(struct seq_file *s, void *it, loff_t *pos)
794 struct kern_ipc_perm *ipc = it;
796 /* If we had an ipc id locked before, unlock it */
836 static void sysvipc_proc_stop(struct seq_file *s, void *it)
838 struct kern_ipc_perm *ipc = it;
843 /* If we had a locked structure, release it */
853 static int sysvipc_proc_show(struct seq_file *s, void *it)
858 if (it == SEQ_START_TOKEN) {
863 return iface->show(s, it);