Symbol: terminate
arch/s390/kvm/gaccess.c
335
enum gacc_mode mode, enum prot_type prot, bool terminate)
arch/s390/kvm/gaccess.c
367
if (terminate) {
arch/s390/kvm/gaccess.c
993
bool terminate = (mode == GACC_STORE) && (idx > 0);
arch/s390/kvm/gaccess.c
999
rc = trans_exc_ending(vcpu, rc, ga, ar, mode, prot, terminate);
drivers/clk/clk.c
4583
if (ops->terminate)
drivers/clk/clk.c
4584
ops->terminate(clk->core->hw);
drivers/dma/tegra186-gpc-dma.c
1312
.terminate = tegra_dma_stop_client,
drivers/dma/tegra186-gpc-dma.c
1320
.terminate = tegra_dma_pause,
drivers/dma/tegra186-gpc-dma.c
1328
.terminate = tegra_dma_pause_noerr,
drivers/dma/tegra186-gpc-dma.c
184
int (*terminate)(struct tegra_dma_channel *tdc);
drivers/dma/tegra186-gpc-dma.c
714
err = tdc->tdma->chip_data->terminate(tdc);
drivers/i2c/busses/i2c-davinci.c
132
u8 terminate;
drivers/i2c/busses/i2c-davinci.c
444
dev->terminate = 0;
drivers/i2c/busses/i2c-davinci.c
484
dev->terminate = 1;
drivers/i2c/busses/i2c-davinci.c
565
if (!dev->terminate)
drivers/i2c/busses/i2c-davinci.c
574
if (!dev->terminate)
drivers/i2c/busses/i2c-rcar.c
447
static void rcar_i2c_cleanup_dma(struct rcar_i2c_priv *priv, bool terminate)
drivers/i2c/busses/i2c-rcar.c
453
if (terminate)
drivers/i2c/busses/i2c-sh_mobile.c
446
static void sh_mobile_i2c_cleanup_dma(struct sh_mobile_i2c_data *pd, bool terminate)
drivers/i2c/busses/i2c-sh_mobile.c
452
if (terminate)
drivers/infiniband/hw/cxgb4/cm.c
4222
[CPL_RDMA_TERMINATE] = terminate,
drivers/infiniband/hw/cxgb4/qp.c
1579
wqe->u.terminate.type = FW_RI_TYPE_TERMINATE;
drivers/infiniband/hw/cxgb4/qp.c
1580
wqe->u.terminate.immdlen = cpu_to_be32(sizeof(*term));
drivers/infiniband/hw/cxgb4/qp.c
1581
term = (struct terminate_message *)wqe->u.terminate.termmsg;
drivers/infiniband/hw/cxgb4/qp.c
1845
int terminate = 0;
drivers/infiniband/hw/cxgb4/qp.c
1959
terminate = 1;
drivers/infiniband/hw/cxgb4/qp.c
1962
terminate = qhp->attr.send_term;
drivers/infiniband/hw/cxgb4/qp.c
2051
if (terminate)
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h
799
} terminate;
drivers/infiniband/sw/siw/iwarp.h
278
struct iwarp_terminate terminate;
drivers/infiniband/sw/siw/siw.h
373
struct iwarp_terminate terminate;
drivers/infiniband/sw/siw/siw_qp_rx.c
882
struct iwarp_terminate *term = &srx->hdr.terminate;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
8944
memset(&q_params.params.terminate, 0,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
8945
sizeof(q_params.params.terminate));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
8946
q_params.params.terminate.cid_index = tx_index;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
8970
memset(&q_params.params.terminate, 0,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
8971
sizeof(q_params.params.terminate));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
8972
q_params.params.terminate.cid_index = FIRST_TX_COS_INDEX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5380
u8 cid_index = params->params.terminate.cid_index;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
1039
struct bnx2x_queue_terminate_params terminate;
drivers/net/wireless/silabs/wfx/hif_api_mib.h
316
u8 terminate:1;
drivers/net/wireless/silabs/wfx/hif_tx_mib.c
209
arg->tx_rate_retry_policy[0].terminate = 1;
drivers/net/wireless/ti/wl12xx/scan.c
333
cfg->terminate = 0;
drivers/net/wireless/ti/wl12xx/scan.h
77
u8 terminate; /* stop scanning after reporting */
drivers/pci/endpoint/functions/pci-epf-test.c
202
goto terminate;
drivers/pci/endpoint/functions/pci-epf-test.c
209
goto terminate;
drivers/pci/endpoint/functions/pci-epf-test.c
217
terminate:
drivers/spi/spi-slave-system-control.c
56
goto terminate;
drivers/spi/spi-slave-system-control.c
87
goto terminate;
drivers/spi/spi-slave-system-control.c
91
terminate:
drivers/spi/spi-slave-time.c
50
goto terminate;
drivers/spi/spi-slave-time.c
54
goto terminate;
drivers/spi/spi-slave-time.c
58
terminate:
fs/smb/client/cifsglob.h
708
bool terminate;
fs/smb/client/connect.c
227
if (server->terminate) {
fs/smb/client/sess.c
318
if (!server->terminate) {
fs/smb/client/sess.c
319
server->terminate = true;
fs/smb/client/sess.c
53
if (server && server->terminate)
fs/smb/client/smb2pdu.c
189
server->terminate = true;
fs/smb/client/smb2pdu.c
314
if (server->terminate) {
fs/smb/client/smb2pdu.c
4219
if (server->terminate) {
fs/smb/client/transport.c
836
if (!server || server->terminate)
include/linux/adreno-smmu-priv.h
74
void (*resume_translation)(const void *cookie, bool terminate);
include/linux/clk-provider.h
267
void (*terminate)(struct clk_hw *hw);
include/linux/mlx5/mlx5_ifc.h
2670
struct mlx5_ifc_resource_dump_terminate_segment_bits terminate;
include/sound/emux_synth.h
40
void (*terminate)(struct snd_emux_voice *vp);
kernel/bpf/cgroup_iter.c
110
if (p->terminate)
kernel/bpf/cgroup_iter.c
147
p->terminate = true;
kernel/bpf/cgroup_iter.c
179
p->terminate = false;
kernel/bpf/cgroup_iter.c
54
bool terminate;
kernel/bpf/cgroup_iter.c
76
p->terminate = false;
net/bluetooth/bnep/bnep.h
151
atomic_t terminate;
net/bluetooth/bnep/core.c
493
if (atomic_read(&s->terminate))
net/bluetooth/bnep/core.c
666
atomic_inc(&s->terminate);
net/bluetooth/cmtp/capi.c
359
atomic_inc(&session->terminate);
net/bluetooth/cmtp/cmtp.h
84
atomic_t terminate;
net/bluetooth/cmtp/core.c
291
if (atomic_read(&session->terminate))
net/bluetooth/cmtp/core.c
400
atomic_inc(&session->terminate);
net/bluetooth/cmtp/core.c
438
atomic_inc(&session->terminate);
net/bluetooth/hidp/core.c
108
if (atomic_read(&session->terminate))
net/bluetooth/hidp/core.c
1081
atomic_inc(&session->terminate);
net/bluetooth/hidp/core.c
1214
if (atomic_read(&session->terminate))
net/bluetooth/hidp/core.c
1255
atomic_inc(&session->terminate);
net/bluetooth/hidp/core.c
244
if (atomic_read(&session->terminate))
net/bluetooth/hidp/core.c
276
!atomic_read(&session->terminate)) {
net/bluetooth/hidp/core.c
281
|| atomic_read(&session->terminate),
net/bluetooth/hidp/core.c
351
!atomic_read(&session->terminate)) {
net/bluetooth/hidp/core.c
356
|| atomic_read(&session->terminate),
net/bluetooth/hidp/hidp.h
144
atomic_t terminate;
sound/isa/sb/emu8000_callback.c
59
.terminate = terminate_voice,
sound/pci/emu10k1/emu10k1_callback.c
58
.terminate = terminate_voice,
sound/synth/emux/emux_synth.c
381
if (snd_BUG_ON(!emu || !emu->ops.terminate))
sound/synth/emux/emux_synth.c
429
if (snd_BUG_ON(!emu || !emu->ops.terminate))
sound/synth/emux/emux_synth.c
475
emu->ops.terminate(vp);
sound/synth/emux/emux_synth.c
92
emu->ops.terminate(vp);
tools/perf/builtin-record.c
1742
bool terminate = false;
tools/perf/builtin-record.c
1761
if (record__mmap_read_all(thread->rec, false) < 0 || terminate)
tools/perf/builtin-record.c
1781
terminate = true;
tools/testing/selftests/arm64/fp/fp-stress.c
296
if (terminate)
tools/testing/selftests/arm64/fp/fp-stress.c
301
terminate = true;
tools/testing/selftests/arm64/fp/fp-stress.c
48
static bool terminate;
tools/testing/selftests/arm64/fp/fp-stress.c
580
if (terminate)
tools/testing/selftests/arm64/fp/fp-stress.c
647
terminate = true;
tools/testing/selftests/arm64/gcs/gcs-stress.c
312
if (terminate)
tools/testing/selftests/arm64/gcs/gcs-stress.c
317
terminate = true;
tools/testing/selftests/arm64/gcs/gcs-stress.c
44
static bool terminate;
tools/testing/selftests/arm64/gcs/gcs-stress.c
452
if (terminate)
tools/testing/selftests/arm64/gcs/gcs-stress.c
517
terminate = true;
tools/usb/usbip/src/usbipd.c
496
int i, terminate;
tools/usb/usbip/src/usbipd.c
558
terminate = 0;
tools/usb/usbip/src/usbipd.c
559
while (!terminate) {
tools/usb/usbip/src/usbipd.c
565
terminate = 1;