Searched refs:finished (Results 1 – 25 of 25) sorted by relevance
| /tools/lib/subcmd/ |
| A D | run-command.c | 172 bool finished = cmd->finished; in wait_or_whine() local 175 while (!finished) { in wait_or_whine() 185 finished = true; in wait_or_whine() 213 if (finished) { in wait_or_whine() 214 cmd->finished = 1; in wait_or_whine() 264 return cmd->finished; in check_if_command_finished()
|
| A D | run-command.h | 50 unsigned finished:1; member
|
| /tools/testing/selftests/x86/bugs/ |
| A D | its_permutations.py | 21 ksft.finished() 25 ksft.finished() 109 ksft.finished()
|
| A D | its_indirect_alignment.py | 35 ksft.finished() 39 ksft.finished() 150 ksft.finished()
|
| A D | its_ret_alignment.py | 34 ksft.finished() 139 ksft.finished()
|
| A D | its_sysfs.py | 65 ksft.finished()
|
| A D | common.py | 164 ksft.finished()
|
| /tools/testing/selftests/kselftest/ |
| A D | ksft.py | 75 def finished(): function
|
| /tools/virtio/ |
| A D | vringh_test.c | 300 unsigned int finished = 0; in parallel_test() local 341 assert(*dbuf == finished - 1); in parallel_test() 343 assert(*dbuf == finished); in parallel_test() 344 finished++; in parallel_test() 411 while (finished != xfers) { in parallel_test() 419 assert(*dbuf == finished - 1); in parallel_test() 422 finished++; in parallel_test()
|
| /tools/testing/selftests/mm/ |
| A D | uffd-stress.c | 104 while (!finished) { in locking_thread() 187 finished = 0; in stress() 221 finished = 1; in stress()
|
| A D | uffd-common.h | 103 extern int uffd, uffd_flags, finished, *pipefd, test_type;
|
| A D | uffd-common.c | 15 int uffd = -1, uffd_flags, finished, *pipefd, test_type; variable
|
| /tools/testing/selftests/devices/error_logs/ |
| A D | test_device_error_logs.py | 85 ksft.finished()
|
| /tools/perf/tests/shell/attr/ |
| A D | README | 9 are stored into separate text file. Once perf command is finished
|
| /tools/perf/scripts/python/ |
| A D | parallel-perf.py | 217 finished = [] 228 finished.append(w) 241 done += finished
|
| /tools/testing/selftests/devices/probe/ |
| A D | test_discoverable_devices.py | 358 ksft.finished()
|
| /tools/build/Documentation/ |
| A D | Build.txt | 35 When succefully finished the $(DIR) directory contains the final object file
|
| /tools/perf/pmu-events/ |
| A D | README | 55 .desc = "1 or more ppc insts finished,",
|
| /tools/perf/Documentation/ |
| A D | perf-arm-spe.txt | 89 When an operation is sampled while a previous sampled operation has not finished, a collision
|
| A D | perf-script.txt | 362 Display finished round events i.e. events of type PERF_RECORD_FINISHED_ROUND.
|
| A D | perf-config.txt | 689 allocation size of perf data files without proper finished
|
| A D | perf-record.txt | 698 record is finished.
|
| A D | perf-intel-pt.txt | 1913 That means finished-round ordering doesn't work. An auxtrace buffer
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 1323 finished = True 1339 finished = False 1341 if finished:
|
| /tools/memory-model/Documentation/ |
| A D | explanation.txt | 156 with after the code has finished running. 1210 instructions until after the local cache has finished processing all
|
Completed in 39 milliseconds