| /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 | 97 terminate = self.proc.poll() is None 98 self._process_terminate(terminate=terminate, timeout=1) 101 self.process(terminate=False, fail=fail, expect_fail=expect_fail, 104 def _process_terminate(self, terminate, timeout): argument 105 if terminate: 106 self.proc.terminate() 116 def process(self, terminate=True, fail=None, expect_fail=False, timeout=20): argument 118 fail = not terminate 123 stdout, stderr = self._process_terminate(terminate=terminate, 187 self.terminate = not exit_wait and not ksft_wait [all …]
|
| /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()
|
| H A D | spi-slave-system-control.c | 56 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/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/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/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/drivers/net/lib/py/ |
| H A D | load.py | 120 self._iperf_client.process(terminate=True) 125 self._iperf_server.process(terminate=True)
|
| /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/net/bluetooth/hidp/ |
| H A D | core.c | 105 if (atomic_read(&session->terminate)) in hidp_send_message() 254 if (atomic_read(&session->terminate)) in hidp_get_raw_report() 286 !atomic_read(&session->terminate)) { in hidp_get_raw_report() 291 || atomic_read(&session->terminate), in hidp_get_raw_report() 361 !atomic_read(&session->terminate)) { in hidp_set_raw_report() 366 || atomic_read(&session->terminate), in hidp_set_raw_report() 1119 atomic_inc(&session->terminate); in hidp_session_terminate() 1252 if (atomic_read(&session->terminate)) in hidp_session_run() 1293 atomic_inc(&session->terminate); in hidp_session_run()
|
| /linux/include/linux/ |
| H A D | adreno-smmu-priv.h | 74 void (*resume_translation)(const void *cookie, bool terminate);
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | scan.h | 77 u8 terminate; /* stop scanning after reporting */ member
|
| /linux/net/bluetooth/bnep/ |
| H A D | bnep.h | 151 atomic_t terminate; member
|
| H A D | core.c | 512 if (atomic_read(&s->terminate)) in bnep_session() 700 atomic_inc(&s->terminate); in bnep_del_connection()
|
| /linux/net/atm/ |
| H A D | Kconfig | 35 This is an experimental mechanism for users who need to terminate a
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1958 def print_prototype(ri, direction, terminate=True, doc=None): argument 1959 suffix = ';' if terminate else '' 2424 print_prototype(ri, direction, terminate=False) 2481 print_prototype(ri, direction, terminate=False) 2673 def print_parse_prototype(ri, direction, terminate=True): argument 2675 term = ';' if terminate else '' 2792 def print_req_policy_fwd(cw, struct, ri=None, terminate=True): argument 2793 if terminate and ri and policy_should_be_static(struct.family): 2796 if terminate: 2804 suffix = ';' if terminate else ' = {' [all …]
|
| /linux/fs/smb/client/ |
| H A D | sess.c | 53 if (server && server->terminate) in cifs_ses_get_chan_index() 318 if (!server->terminate) { in cifs_decrease_secondary_channels() 319 server->terminate = true; in cifs_decrease_secondary_channels()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | iwarp.h | 278 struct iwarp_terminate terminate; member
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 380 self._process.terminate() 407 self._process.terminate()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | hif_api_mib.h | 316 u8 terminate:1; member
|
| H A D | hif_tx_mib.c | 209 arg->tx_rate_retry_policy[0].terminate = 1; in wfx_hif_set_tx_rate_retry_policy()
|
| /linux/Documentation/arch/arm/stm32/ |
| H A D | stm32-dma-mdma-chaining.rst | 377 Don't forget to terminate both channels. STM32 DMA channel is configured in 378 cyclic Double-Buffer mode so it won't be disabled by HW, you need to terminate 380 in case of cyclic transfer. You can terminate it whatever the kind of transfer.
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sh_mobile.c | 446 static void sh_mobile_i2c_cleanup_dma(struct sh_mobile_i2c_data *pd, bool terminate) in sh_mobile_i2c_cleanup_dma() argument 452 if (terminate) in sh_mobile_i2c_cleanup_dma()
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | deprecated.rst | 144 strncpy() su stringe terminate con NUL 152 chi usa solo stringe terminate. La versione sicura da usare è 160 Se il chiamate no usa stringhe terminate con NUL, allore strncpy()
|