Home | History | Annotate | Download | only in pidns

Lines Matching refs:pids

81  * Returns - the number of pids matched.
83 int find_cinit_pids(pid_t * pids)
99 pids[next] = i;
156 pid_t pids[MAX_DEPTH];
159 orig_count = find_cinit_pids(pids);
160 kill(pids[MAX_DEPTH - 3], SIGKILL);
171 if (pids[i] != pids_new[i])
180 "the container %d", pids[MAX_DEPTH - 3]);
184 kill(pids[i], SIGKILL);
185 waitpid(pids[i], &status, 0);