/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, fai [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()
|
/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/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/drivers/net/lib/py/ |
H A D | load.py | 49 self._iperf_client.process(terminate=True) 54 self._iperf_server.process(terminate=True)
|
/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/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 | 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. 1080 atomic_inc(&session->terminate); in hidp_session_terminate() 1155 * notify the session-thread to terminate. The thread itself owns a reference 1199 * session->terminate fla in hidp_session_run() [all...] |
H A D | hidp.h | 144 atomic_t terminate; member
|
/linux/include/linux/ |
H A D | adreno-smmu-priv.h | 74 void (*resume_translation)(const void *cookie, bool terminate);
|
/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/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/drivers/net/wireless/ti/wl12xx/ |
H A D | scan.h | 77 u8 terminate; /* stop scanning after reporting */ member
|
/linux/include/sound/ |
H A D | emux_synth.h | 40 void (*terminate)(struct snd_emux_voice *vp); member
|
/linux/tools/net/ynl/pyynl/ |
H A D | ynl_gen_c.py | 1908 def print_prototype(ri, direction, terminate=True, doc=None): argument 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 '' 2716 def print_req_policy_fwd(cw, struct, ri=None, terminate=True): argument 2717 if terminate and ri and policy_should_be_static(struct.family): 2720 if terminate: 2728 suffix = ';' if terminate els 2828 print_kernel_op_table_fwd(family, cw, terminate) global() argument [all...] |
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am6548-iot2050-advanced-sm.dts | 134 "UART0-enable", "UART0-terminate", "", "WIFI-disable",
|
/linux/drivers/infiniband/sw/siw/ |
H A D | iwarp.h | 278 struct iwarp_terminate terminate; member
|
/linux/net/atm/ |
H A D | Kconfig | 72 This is an experimental mechanism for users who need to terminate a
|
/linux/arch/s390/kvm/ |
H A D | gaccess.c | 326 enum gacc_mode mode, enum prot_type prot, bool terminate) in trans_exc_ending() argument 358 if (terminate) { in trans_exc_ending() 961 bool terminate = (mode == GACC_STORE) && (idx > 0); in access_guest_with_key() local 967 rc = trans_exc_ending(vcpu, rc, ga, ar, mode, prot, terminate); in access_guest_with_key()
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_api_mib.h | 316 u8 terminate:1; member
|