/linux/tools/testing/selftests/damon/ |
H 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 …]
|
H A D | damos_tried_regions.py | 26 proc.terminate() 35 proc.terminate() 41 proc.terminate() 47 proc.terminate() 53 proc.terminate()
|
/linux/tools/testing/selftests/net/lib/py/ |
H 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: 123 print("# Warning: combining shell and terminate is risky!") 130 return self.process(terminate=self.terminate, fail=self.check_fail)
|
/linux/include/linux/ |
H A D | signal.h | 341 * terminate - kill the process, i.e. all threads in the group, 355 * | SIGHUP | terminate | 356 * | SIGINT | terminate | 363 * | SIGKILL | terminate(+) | 364 * | SIGUSR1 | terminate | 366 * | SIGUSR2 | terminate | 367 * | SIGPIPE | terminate | 368 * | SIGALRM | terminate | 369 * | SIGTERM | terminate | 379 * | SIGVTALRM | terminate | [all …]
|
/linux/tools/perf/pmu-events/ |
H A D | pmu-events.h | 100 * success/continue the search while non-zero means to terminate. The special 102 * the tables which doesn't terminate the search of all tables. 117 * success/continue the search while non-zero means to terminate. The special 119 * of the tables which doesn't terminate the search of all tables.
|
/linux/kernel/bpf/ |
H A D | cgroup_iter.c | 22 * The iter program can terminate the walk early by returning 1. Walk 53 bool terminate; member 75 p->terminate = false; in cgroup_iter_seq_start() 107 if (p->terminate) in cgroup_iter_seq_next() 140 /* if prog returns > 0, terminate after this element. */ in __cgroup_iter_seq_show() 142 p->terminate = true; in __cgroup_iter_seq_show() 174 p->terminate = false; in BTF_ID_LIST_GLOBAL_SINGLE()
|
/linux/tools/testing/selftests/net/ |
H A D | ipv6_route_update_soft_lockup.sh | 111 # Terminate iperf3 instances running in the source_ns. To avoid race 112 # conditions, first iterate over the PIDs and terminate those 115 # terminate the individual `iperf3 -c ...` instances. 129 …echo "FAIL: unable to terminate some iperf3 instances. Soft lockup is underway. A kernel panic is … 181 # sequentially. Since iperf3 instances may terminate unexpectedly, a 206 # Since iperf3 instances may terminate unexpectedly (e.g., if the route
|
/linux/drivers/spi/ |
H A D | spi-slave-time.c | 50 goto terminate; in spi_slave_time_complete() 54 goto terminate; in spi_slave_time_complete() 58 terminate: in spi_slave_time_complete()
|
/linux/include/scsi/fc/ |
H A D | fc_encaps.h | 72 FC_EOF_T = 0x42, /* terminate (last frame of sequence) */ 74 FC_EOF_DT = 0x46, /* disconnect-terminate class-1 */ 76 FC_EOF_DTI = 0x4e, /* disconnect-terminate-invalid */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-fsi | 24 Sends an FSI terminate command from the master to its 25 connected slave. A terminate resets the slave's state machines
|
/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | fake_sigreturn_bad_size.c | 47 /* and terminate properly */ in fake_sigreturn_bad_size_run() 63 /* and terminate properly */ in fake_sigreturn_bad_size_run()
|
/linux/sound/aoa/fabrics/ |
H A D | layout.c | 132 {} /* terminate array by .connected == 0 */ 156 {} /* terminate array by .connected == 0 */ 173 {} /* terminate array by .connected == 0 */ 190 {} /* terminate array by .connected == 0 */ 203 {} /* terminate array by .connected == 0 */ 216 {} /* terminate array by .connected == 0 */ 233 {} /* terminate array by .connected == 0 */ 241 {} /* terminate array by .connected == 0 */ 249 {} /* terminate array by .connected == 0 */ 257 {} /* terminate array by .connected == 0 */ [all …]
|
/linux/tools/testing/selftests/drivers/net/lib/py/ |
H A D | load.py | 49 self._iperf_client.process(terminate=True) 54 self._iperf_server.process(terminate=True)
|
/linux/net/bluetooth/hidp/ |
H A D | core.c | 108 if (atomic_read(&session->terminate)) in hidp_send_message() 244 if (atomic_read(&session->terminate)) in hidp_get_raw_report() 276 !atomic_read(&session->terminate)) { in hidp_get_raw_report() 281 || atomic_read(&session->terminate), in hidp_get_raw_report() 351 !atomic_read(&session->terminate)) { in hidp_set_raw_report() 356 || atomic_read(&session->terminate), in hidp_set_raw_report() 886 * on success, otherwise it will terminate the session thread. 1072 * Terminate session thread 1080 atomic_inc(&session->terminate); in hidp_session_terminate() 1155 * notify the session-thread to terminate. The thread itself owns a reference [all …]
|
/linux/tools/testing/selftests/arm64/gcs/ |
H 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()
|
/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 268 RTR = Receive-Terminate-Request str = Send-Terminate-Request 269 RTA = Receive-Terminate-Ack sta = Send-Terminate-Ack 318 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event() 334 if (action & STR) /* send Terminate-Request */ in ppp_cp_event() 336 if (action & STA) /* send Terminate-Ack */ in ppp_cp_event()
|
/linux/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 202 * terminate reads. in transfer() 236 * short packets terminate, maybe with overflow/underflow. in transfer() 261 /* many requests terminate without a short packet */ in transfer() 291 /* host side completion --> terminate */ in transfer()
|
/linux/tools/testing/selftests/arm64/fp/ |
H 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()
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | jitterstop.sh | 5 # then wait for them to terminate.
|
/linux/drivers/gpu/drm/xe/regs/ |
H A D | xe_pxp_regs.h | 20 /* PXP global terminate register for session termination */
|
/linux/drivers/gpu/drm/i915/pxp/ |
H A D | intel_pxp_regs.h | 24 /* PXP global terminate register for session termination */
|
/linux/arch/arm64/tools/ |
H A D | gen-cpucaps.awk | 7 # Log an error and terminate
|
/linux/arch/arm64/include/asm/stacktrace/ |
H A D | frame.h | 13 * Unwinding should terminate successfully.
|
/linux/tools/usb/usbip/src/ |
H 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()
|
/linux/drivers/s390/char/ |
H A D | tape_char.c | 255 * terminate the tape (one to terminate the file, the second to in tapechar_write() 313 * write all required tapemarks. Otherwise only one to terminate the in tapechar_release()
|