Searched refs:pidlist (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir09.c | 66 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/ |
D | ftest02.c | 83 static int pidlist[MAXCHILD]; variable 155 pidlist[k] = child; in main() 426 if (pidlist[i]) in term() 427 kill(pidlist[i], SIGTERM); in term()
|
D | ftest04.c | 78 static int pidlist[MAXCHILD]; variable 159 pidlist[i] = child; in runtest() 487 if (pidlist[i]) in term() 488 kill(pidlist[i], SIGTERM); in term()
|
D | ftest08.c | 86 static int pidlist[MAXCHILD]; variable 172 pidlist[i] = child; in runtest() 525 if (pidlist[i]) in term() 526 kill(pidlist[i], SIGTERM); in term()
|
D | ftest06.c | 89 static int pidlist[MAXCHILD]; variable 168 pidlist[k] = child; in main() 443 if (pidlist[i]) in term() 444 kill(pidlist[i], SIGTERM); in term()
|
D | ftest05.c | 94 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()
|
D | ftest01.c | 90 static int pidlist[MAXCHILD]; variable 174 pidlist[i] = child; in runtest() 543 if (pidlist[i]) in term() 544 kill(pidlist[i], SIGTERM); in term()
|
D | ftest07.c | 101 static int pidlist[MAXCHILD]; variable 197 pidlist[i] = child; in runtest() 619 if (pidlist[i]) in term() 620 kill(pidlist[i], SIGTERM); in term()
|
D | ftest03.c | 95 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/ |
D | vmlinux.h | 30882 struct cgroup_pidlist *pidlist; member
|