Searched refs:terminate (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/include/linux/
H A Dadreno-smmu-priv.h69 void (*resume_translation)(const void *cookie, bool terminate);
/linux-master/drivers/spi/
H A Dspi-slave-time.c50 goto terminate;
54 goto terminate;
58 terminate:
H A Dspi-slave-system-control.c56 goto terminate;
87 goto terminate;
91 terminate:
/linux-master/kernel/bpf/
H A Dcgroup_iter.c22 * The iter program can terminate the walk early by returning 1. Walk
53 bool terminate; member in struct:cgroup_iter_priv
75 p->terminate = false;
107 if (p->terminate)
140 /* if prog returns > 0, terminate after this element. */
142 p->terminate = true;
174 p->terminate = false;
/linux-master/net/bluetooth/cmtp/
H A Dcmtp.h84 atomic_t terminate; member in struct:cmtp_session
H A Dcore.c291 if (atomic_read(&session->terminate))
400 atomic_inc(&session->terminate);
438 atomic_inc(&session->terminate);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c45 static bool terminate; variable
294 if (terminate)
299 terminate = true;
569 if (terminate)
634 terminate = true;
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c496 int i, terminate; local
558 terminate = 0;
559 while (!terminate) {
565 terminate = 1;
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dscan.h77 u8 terminate; /* stop scanning after reporting */ member in struct:wl1271_cmd_sched_scan_config
/linux-master/net/bluetooth/bnep/
H A Dbnep.h151 atomic_t terminate; member in struct:bnep_session
H A Dcore.c493 if (atomic_read(&s->terminate))
666 atomic_inc(&s->terminate);
/linux-master/net/bluetooth/hidp/
H A Dcore.c108 if (atomic_read(&session->terminate))
244 if (atomic_read(&session->terminate))
276 !atomic_read(&session->terminate)) {
281 || atomic_read(&session->terminate),
351 !atomic_read(&session->terminate)) {
356 || atomic_read(&session->terminate),
886 * on success, otherwise it will terminate the session thread.
1080 atomic_inc(&session->terminate);
1155 * notify the session-thread to terminate. The thread itself owns a reference
1199 * session->terminate fla
[all...]
H A Dhidp.h144 atomic_t terminate; member in struct:hidp_session
/linux-master/include/sound/
H A Demux_synth.h40 void (*terminate)(struct snd_emux_voice *vp); member in struct:snd_emux_operators
/linux-master/drivers/i2c/busses/
H A Di2c-davinci.c130 u8 terminate; member in struct:davinci_i2c_dev
462 dev->terminate = 0;
503 dev->terminate = 1;
584 if (!dev->terminate)
593 if (!dev->terminate)
659 /* signal can terminate transfer */
679 /* signal can terminate transfer */
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c87 static void qcom_adreno_smmu_resume_translation(const void *cookie, bool terminate) argument
94 if (terminate)
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py1480 def print_prototype(ri, direction, terminate=True, doc=None):
1481 suffix = ';' if terminate else ''
1780 print_prototype(ri, direction, terminate=False)
1831 print_prototype(ri, direction, terminate=False)
1976 def print_parse_prototype(ri, direction, terminate=True):
1978 term = ';' if terminate else ''
2094 def print_req_policy_fwd(cw, struct, ri=None, terminate=True):
2095 if terminate and ri and policy_should_be_static(struct.family):
2098 if terminate:
2106 suffix = ';' if terminate els
[all...]
/linux-master/drivers/infiniband/sw/siw/
H A Diwarp.h278 struct iwarp_terminate terminate; member in union:iwarp_hdr
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c184 int (*terminate)(struct tegra_dma_channel *tdc); member in struct:tegra_dma_chip_data
708 err = tdc->tdma->chip_data->terminate(tdc);
1300 .terminate = tegra_dma_stop_client,
1308 .terminate = tegra_dma_pause,
1316 .terminate = tegra_dma_pause_noerr,
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_mib.h316 u8 terminate:1; member in struct:wfx_hif_tx_rate_retry_policy
H A Dhif_tx_mib.c209 arg->tx_rate_retry_policy[0].terminate = 1;
/linux-master/sound/synth/emux/
H A Demux_synth.c93 emu->ops.terminate(vp);
361 * terminate note - if free flag is true, free the terminated voice
382 * terminate note - exported for midi emulation
395 if (snd_BUG_ON(!emu || !emu->ops.terminate))
446 if (snd_BUG_ON(!emu || !emu->ops.terminate))
489 * terminate a voice
495 emu->ops.terminate(vp);
/linux-master/arch/s390/kvm/
H A Dgaccess.c481 enum gacc_mode mode, enum prot_type prot, bool terminate)
513 if (terminate) {
1114 bool terminate = (mode == GACC_STORE) && (idx > 0); local
1120 rc = trans_exc_ending(vcpu, rc, ga, ar, mode, prot, terminate);
480 trans_exc_ending(struct kvm_vcpu *vcpu, int code, unsigned long gva, u8 ar, enum gacc_mode mode, enum prot_type prot, bool terminate) argument
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c171 goto terminate;
178 goto terminate;
186 terminate:
/linux-master/scripts/
H A Dcheckkconfigsymbols.py317 pool.terminate()
324 check_symbols() in order to properly terminate running worker processes."""

Completed in 222 milliseconds

12