Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 110) sorted by relevance

12345

/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.py71 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 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()
/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/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/tools/testing/selftests/drivers/net/lib/py/
H A Dload.py49 self._iperf_client.process(terminate=True)
54 self._iperf_server.process(terminate=True)
/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/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/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/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.
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 Dhidp.h144 atomic_t terminate; member
/linux/include/linux/
H A Dadreno-smmu-priv.h74 void (*resume_translation)(const void *cookie, bool terminate);
/linux/net/bluetooth/cmtp/
H A Dcore.c291 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 Dcmtp.h84 atomic_t terminate; member
/linux/net/bluetooth/bnep/
H A Dbnep.h151 atomic_t terminate; member
H A Dcore.c493 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 Dscan.h77 u8 terminate; /* stop scanning after reporting */ member
/linux/include/sound/
H A Demux_synth.h40 void (*terminate)(struct snd_emux_voice *vp); member
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1908 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 Dk3-am6548-iot2050-advanced-sm.dts134 "UART0-enable", "UART0-terminate", "", "WIFI-disable",
/linux/drivers/infiniband/sw/siw/
H A Diwarp.h278 struct iwarp_terminate terminate; member
/linux/net/atm/
H A DKconfig72 This is an experimental mechanism for users who need to terminate a
/linux/arch/s390/kvm/
H A Dgaccess.c326 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 Dhif_api_mib.h316 u8 terminate:1; member

12345