Searched refs:waiting (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/arm64/abi/ |
| A D | tpidr2.c | 65 pid_t newpid, waiting, oldpid; in write_fork_read() local 94 waiting = waitpid(newpid, &status, 0); in write_fork_read() 96 if (waiting < 0) { in write_fork_read() 102 if (waiting != newpid) { in write_fork_read() 104 waiting, newpid); in write_fork_read() 145 pid_t parent, waiting; in write_clone_read() local 185 waiting = wait4(ret, &status, __WCLONE, NULL); in write_clone_read() 187 if (waiting < 0) { in write_clone_read() 193 if (waiting != ret) { in write_clone_read() 195 waiting); in write_clone_read()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | za-fork.c | 26 pid_t newpid, waiting; in fork_test_c() local 50 waiting = waitpid(newpid, &child_status, 0); in fork_test_c() 52 if (waiting < 0) { in fork_test_c() 58 if (waiting != newpid) { in fork_test_c()
|
| /tools/lib/subcmd/ |
| A D | run-command.c | 177 pid_t waiting = waitpid(cmd->pid, &status, block ? 0 : WNOHANG); in wait_or_whine() local 179 if (!block && waiting == 0) in wait_or_whine() 182 if (waiting < 0 && errno == EINTR) in wait_or_whine() 186 if (waiting < 0) { in wait_or_whine() 192 } else if (waiting != cmd->pid) { in wait_or_whine()
|
| /tools/testing/selftests/livepatch/ |
| A D | README | 55 general module loading and livepatch loading helpers (waiting for patch
|
| /tools/perf/Documentation/ |
| A D | perf-sched.txt | 38 task was ready to run but was kept waiting). 227 by a task waiting on a runqueue but not getting the chance to run there
|
| /tools/perf/tests/shell/ |
| A D | record.sh | 9 . "${shelldir}"/lib/waiting.sh
|
| A D | test_intel_pt.sh | 12 . "${shelldir}"/lib/waiting.sh
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | kvm-remote.sh | 166 …echo Unable to download $T/binres.tgz to system $i, waiting and then retrying. $tries prior retri…
|
| /tools/gpio/ |
| A D | gpio-sloppy-logic-analyzer.sh | 60 Samples 50us at 2MHz waiting for a falling edge on channel 2. CPU and instance as above:
|
| /tools/testing/selftests/mm/ |
| A D | charge_reserved_hugetlb.sh | 193 echo waiting for DONE signal.
|
| /tools/power/pm-graph/ |
| A D | README | 156 are waiting for something and when. It also sets a suite of kprobes on 161 idea of what each device is waiting for. For instance, the scsi_eh thread,
|
| /tools/memory-model/Documentation/ |
| A D | recipes.txt | 522 CPU1 puts the waiting task to sleep and CPU0 fails to wake it up.
|
Completed in 654 milliseconds