Searched refs:terminate (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/damon/ |
| A D | damon_nr_regions.py | 36 proc.terminate() 45 proc.terminate() 51 proc.terminate() 57 proc.terminate() 63 proc.terminate() 103 proc.terminate() 116 proc.terminate() 124 proc.terminate() 130 proc.terminate() 136 proc.terminate() [all …]
|
| A D | damos_tried_regions.py | 26 proc.terminate() 35 proc.terminate() 41 proc.terminate() 47 proc.terminate() 53 proc.terminate()
|
| /tools/testing/selftests/net/lib/py/ |
| A D | utils.py | 71 self.process(terminate=False, fail=fail, timeout=timeout) 73 def process(self, terminate=True, fail=None, timeout=5): argument 75 fail = not terminate 79 if terminate: 80 self.proc.terminate() 119 self.terminate = not exit_wait and not ksft_wait 122 if shell and self.terminate: 130 return self.process(terminate=self.terminate, fail=self.check_fail)
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | load.py | 49 self._iperf_client.process(terminate=True) 54 self._iperf_server.process(terminate=True)
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | gcs-stress.c | 44 static bool terminate; variable 312 if (terminate) in handle_exit_signal() 317 terminate = true; in handle_exit_signal() 452 if (terminate) in main() 517 terminate = true; in main()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | fp-stress.c | 48 static bool terminate; variable 296 if (terminate) in handle_exit_signal() 301 terminate = true; in handle_exit_signal() 580 if (terminate) in main() 647 terminate = true; in main()
|
| /tools/usb/usbip/src/ |
| A D | usbipd.c | 496 int i, terminate; in do_standalone_mode() local 558 terminate = 0; in do_standalone_mode() 559 while (!terminate) { in do_standalone_mode() 565 terminate = 1; in do_standalone_mode()
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 1909 suffix = ';' if terminate else '' 2356 print_prototype(ri, direction, terminate=False) 2411 print_prototype(ri, direction, terminate=False) 2600 def print_parse_prototype(ri, direction, terminate=True): argument 2602 term = ';' if terminate else '' 2720 if terminate: 2728 suffix = ';' if terminate else ' = {' 2828 def print_kernel_op_table_fwd(family, cw, terminate): argument 2831 if not terminate or exported: 2853 if terminate: [all …]
|
| /tools/testing/kunit/ |
| A D | kunit_kernel.py | 368 process.terminate()
|
| /tools/perf/ |
| A D | builtin-record.c | 1705 bool terminate = false; in record__thread() local 1725 if (record__mmap_read_all(thread->rec, false) < 0 || terminate) in record__thread() 1745 terminate = true; in record__thread()
|
| /tools/usb/usbip/ |
| A D | COPYING | 175 void, and will automatically terminate your rights under this License.
|
| /tools/power/pm-graph/ |
| A D | README | 642 <adb connection will now terminate>
|
Completed in 36 milliseconds