Home
last modified time | relevance | path

Searched full:terminate (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/linux/tools/testing/selftests/damon/
H A Ddamon_nr_regions.py36 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 Ddamos_tried_regions.py26 proc.terminate()
35 proc.terminate()
41 proc.terminate()
47 proc.terminate()
53 proc.terminate()
/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py79 self.process(terminate=False, fail=fail, timeout=timeout)
81 def process(self, terminate=True, fail=None, timeout=5):
83 fail = not terminate
87 if terminate:
88 self.proc.terminate()
127 self.terminate = not exit_wait and not ksft_wait
131 if shell and self.terminate:
132 print("# Warning: combining shell and terminate is risky!")
140 terminate = self.terminate o
73 process(self, terminate=True, fail=None, timeout=5) global() argument
[all...]
/linux/include/linux/
H A Dsignal.h341 * 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 …]
H A Ddmaengine.h506 * @cmd_terminate: true, if terminate cmd is supported
1129 * dmaengine_terminate_all() - Terminate all active DMA transfers
1130 * @chan: The channel for which to terminate the transfers
1144 * dmaengine_terminate_async() - Terminate all active DMA transfers
1145 * @chan: The channel for which to terminate the transfers
1147 * Calling this function will terminate all active and pending descriptors
1199 * dmaengine_terminate_sync() - Terminate all active DMA transfers
1200 * @chan: The channel for which to terminate the transfers
1202 * Calling this function will terminate all active and pending transfers
/linux/kernel/bpf/
H A Dcgroup_iter.c22 * 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/perf/pmu-events/
H A Dpmu-events.h101 * success/continue the search while non-zero means to terminate. The special
103 * the tables which doesn't terminate the search of all tables.
118 * success/continue the search while non-zero means to terminate. The special
120 * of the tables which doesn't terminate the search of all tables.
/linux/drivers/spi/
H A Dspi-slave-time.c50 goto terminate; in spi_slave_time_complete()
54 goto terminate; in spi_slave_time_complete()
58 terminate: in spi_slave_time_complete()
H A Dspi-slave-system-control.c56 goto terminate; in spi_slave_system_control_complete()
87 goto terminate; in spi_slave_system_control_complete()
91 terminate: in spi_slave_system_control_complete()
/linux/include/scsi/fc/
H A Dfc_encaps.h72 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 Dsysfs-bus-fsi24 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 Dfake_sigreturn_bad_size.c47 /* and terminate properly */ in fake_sigreturn_bad_size_run()
63 /* and terminate properly */ in fake_sigreturn_bad_size_run()
/linux/net/bluetooth/hidp/
H A Dcore.c108 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/drivers/net/lib/py/
H A Dload.py117 self._iperf_client.process(terminate=True)
122 self._iperf_server.process(terminate=True)
/linux/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c44 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/i2c/busses/
H A Di2c-davinci.c132 u8 terminate; member
444 dev->terminate = 0; in i2c_davinci_xfer_msg()
484 dev->terminate = 1; in i2c_davinci_xfer_msg()
565 if (!dev->terminate) in terminate_read()
574 if (!dev->terminate) in terminate_write()
640 /* signal can terminate transfer */ in i2c_davinci_isr()
660 /* signal can terminate transfer */ in i2c_davinci_isr()
/linux/drivers/usb/usbip/
H A Dvudc_transfer.c202 * 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 Dfp-stress.c48 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/usb/usbip/src/
H A Dusbipd.c496 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/tools/testing/selftests/rcutorture/bin/
H A Djitterstop.sh5 # then wait for them to terminate.
/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_regs.h24 /* PXP global terminate register for session termination */
/linux/drivers/infiniband/sw/siw/
H A Diwarp.h204 * Terminate Hdr bits & fields
278 struct iwarp_terminate terminate; member
/linux/Documentation/arch/s390/
H A Dvfio-ap.rst875 higher than the maximum is specified, the operation will terminate with
887 will terminate with an error (EADDRNOTAVAIL).
891 terminate with an error (EBUSY).
895 terminate with an error (EBUSY).
901 higher than the maximum is specified, the operation will terminate with
913 will terminate with an error (EADDRNOTAVAIL).
917 terminate with an error (EBUSY).
921 terminate with an error (EBUSY).
927 than the maximum is specified, the operation will terminate with an
/linux/arch/arm64/tools/
H A Dgen-cpucaps.awk7 # Log an error and terminate
/linux/fs/9p/
H A Dv9fs.c556 * v9fs_session_cancel - terminate a session
557 * @v9ses: session to terminate
569 * v9fs_session_begin_cancel - Begin terminate of a session
570 * @v9ses: session to terminate

12345678910>>...27