Home
last modified time | relevance | path

Searched refs:pidlist (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir09.c66 int *pidlist, child_count; variable
162 if ((pidlist = malloc((child_groups * NCHILD) * sizeof(int))) == in runtest()
294 pidlist[children] = pid; in getchild()
437 if (pidlist[j] > 0) { in massmurder()
438 if (kill(pidlist[j], SIGTERM) < 0) { in massmurder()
/third_party/ltp/testcases/kernel/fs/ftest/
Dftest02.c83 static int pidlist[MAXCHILD]; variable
155 pidlist[k] = child; in main()
426 if (pidlist[i]) in term()
427 kill(pidlist[i], SIGTERM); in term()
Dftest04.c78 static int pidlist[MAXCHILD]; variable
159 pidlist[i] = child; in runtest()
487 if (pidlist[i]) in term()
488 kill(pidlist[i], SIGTERM); in term()
Dftest08.c86 static int pidlist[MAXCHILD]; variable
172 pidlist[i] = child; in runtest()
525 if (pidlist[i]) in term()
526 kill(pidlist[i], SIGTERM); in term()
Dftest06.c89 static int pidlist[MAXCHILD]; variable
168 pidlist[k] = child; in main()
443 if (pidlist[i]) in term()
444 kill(pidlist[i], SIGTERM); in term()
Dftest05.c94 static int pidlist[MAXCHILD]; variable
181 pidlist[i] = child; in runtest()
536 if (pidlist[i]) /* avoid embarassment */ in term()
537 kill(pidlist[i], SIGTERM); in term()
Dftest01.c90 static int pidlist[MAXCHILD]; variable
174 pidlist[i] = child; in runtest()
543 if (pidlist[i]) in term()
544 kill(pidlist[i], SIGTERM); in term()
Dftest07.c101 static int pidlist[MAXCHILD]; variable
197 pidlist[i] = child; in runtest()
619 if (pidlist[i]) in term()
620 kill(pidlist[i], SIGTERM); in term()
Dftest03.c95 static int pidlist[MAXCHILD]; variable
195 pidlist[i] = child; in runtest()
621 if (pidlist[i]) in term()
622 kill(pidlist[i], SIGTERM); in term()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h30882 struct cgroup_pidlist *pidlist; member