Lines Matching refs:tmp
172 struct pid_namespace *tmp; in alloc_pid() local
191 tmp = ns; in alloc_pid()
207 if (tid != 1 && !tmp->child_reaper) in alloc_pid()
210 if (!checkpoint_restore_ns_capable(tmp->user_ns)) in alloc_pid()
219 nr = idr_alloc(&tmp->idr, NULL, tid, in alloc_pid()
233 if (idr_get_cursor(&tmp->idr) > RESERVED_PIDS) in alloc_pid()
240 nr = idr_alloc_cyclic(&tmp->idr, NULL, pid_min, in alloc_pid()
252 pid->numbers[i].ns = tmp; in alloc_pid()
253 tmp = tmp->parent; in alloc_pid()
351 int tmp; in __change_pid() local
363 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
364 if (pid_has_task(pid, tmp)) in __change_pid()