Lines Matching refs:tmp
165 struct pid_namespace *tmp; in alloc_pid() local
184 tmp = ns; in alloc_pid()
200 if (tid != 1 && !tmp->child_reaper) in alloc_pid()
203 if (!checkpoint_restore_ns_capable(tmp->user_ns)) in alloc_pid()
212 nr = idr_alloc(&tmp->idr, NULL, tid, in alloc_pid()
226 if (idr_get_cursor(&tmp->idr) > RESERVED_PIDS) in alloc_pid()
233 nr = idr_alloc_cyclic(&tmp->idr, NULL, pid_min, in alloc_pid()
245 pid->numbers[i].ns = tmp; in alloc_pid()
246 tmp = tmp->parent; in alloc_pid()
342 int tmp; in __change_pid() local
349 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
350 if (pid_has_task(pid, tmp)) in __change_pid()