| /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 | 81 self.process(terminate=False, fail=fail, timeout=timeout) 83 def process(self, terminate=True, fail=None, timeout=5): 85 fail = not terminate 89 if terminate: 90 self.proc.terminate() 150 self.terminate = not exit_wait and not ksft_wait 154 if shell and self.terminate: 155 print("# Warning: combining shell and terminate is risky!") 163 terminate = self.terminate o 73 process(self, terminate=True, fail=None, timeout=5) global() argument [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/kernel/bpf/ |
| H A D | cgroup_iter.c | 23 * The iter program can terminate the walk early by returning 1. Walk 54 bool terminate; 76 p->terminate = false; in cgroup_iter_seq_start() 110 if (p->terminate) in cgroup_iter_seq_next() 145 /* if prog returns > 0, terminate after this element. */ in __cgroup_iter_seq_show() 147 p->terminate = true; in cgroup_iter_seq_show() 179 p->terminate = false; 53 bool terminate; global() member
|
| /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/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 117 self._iperf_client.process(terminate=True) 122 self._iperf_server.process(terminate=True)
|
| /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/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() 1080 atomic_inc(&session->terminate); in hidp_session_terminate() 1204 if (atomic_read(&session->terminate)) in hidp_session_run() 1245 atomic_inc(&session->terminate); in hidp_session_run()
|
| H A D | hidp.h | 144 atomic_t terminate; member
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-davinci.c | 132 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()
|
| /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/cmtp/ |
| H A D | core.c | 291 if (atomic_read(&session->terminate)) in cmtp_session() 400 atomic_inc(&session->terminate); in cmtp_add_connection() 438 atomic_inc(&session->terminate); in cmtp_del_connection()
|
| H A D | cmtp.h | 84 atomic_t terminate; member
|
| /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 | 493 if (atomic_read(&s->terminate)) in bnep_session() 666 atomic_inc(&s->terminate); in bnep_del_connection()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1950 def print_prototype(ri, direction, terminate=True, doc=None): 1951 suffix = ';' if terminate else '' 2410 print_prototype(ri, direction, terminate=False) 2465 print_prototype(ri, direction, terminate=False) 2657 def print_parse_prototype(ri, direction, terminate=True): 2659 term = ';' if terminate else '' 2773 def print_req_policy_fwd(cw, struct, ri=None, terminate=True): 2774 if terminate and ri and policy_should_be_static(struct.family): 2777 if terminate: 2785 suffix = ';' if terminate els 1928 print_prototype(ri, direction, terminate=True, doc=None) global() argument 2634 print_parse_prototype(ri, direction, terminate=True) global() argument 2750 print_req_policy_fwd(cw, struct, ri=None, terminate=True) global() argument 2860 print_kernel_op_table_fwd(family, cw, terminate) global() argument [all...] |
| /linux/include/sound/ |
| H A D | emux_synth.h | 40 void (*terminate)(struct snd_emux_voice *vp); member
|
| /linux/drivers/dma/ |
| H A D | tegra186-gpc-dma.c | 184 int (*terminate)(struct tegra_dma_channel *tdc); member 714 err = tdc->tdma->chip_data->terminate(tdc); in tegra_dma_terminate_all() 1312 .terminate = tegra_dma_stop_client, 1320 .terminate = tegra_dma_pause, 1328 .terminate = tegra_dma_pause_noerr,
|
| /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
|