/Linux-v6.6/kernel/bpf/ |
D | cgroup_iter.c | 53 bool terminate; member 75 p->terminate = false; in cgroup_iter_seq_start() 107 if (p->terminate) in cgroup_iter_seq_next() 142 p->terminate = true; in __cgroup_iter_seq_show() 174 p->terminate = false; in BTF_ID_LIST_GLOBAL_SINGLE()
|
/Linux-v6.6/drivers/spi/ |
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()
|
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-v6.6/tools/testing/selftests/arm64/fp/ |
D | fp-stress.c | 45 static bool terminate; variable 294 if (terminate) in handle_exit_signal() 299 terminate = true; in handle_exit_signal() 569 if (terminate) in main() 634 terminate = true; in main()
|
/Linux-v6.6/Documentation/ABI/testing/ |
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-v6.6/tools/usb/usbip/src/ |
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-v6.6/net/bluetooth/hidp/ |
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()
|
D | hidp.h | 144 atomic_t terminate; member
|
/Linux-v6.6/include/linux/ |
D | adreno-smmu-priv.h | 69 void (*resume_translation)(const void *cookie, bool terminate);
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-davinci.c | 130 u8 terminate; member 462 dev->terminate = 0; in i2c_davinci_xfer_msg() 503 dev->terminate = 1; in i2c_davinci_xfer_msg() 584 if (!dev->terminate) in terminate_read() 593 if (!dev->terminate) in terminate_write()
|
/Linux-v6.6/net/bluetooth/cmtp/ |
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()
|
D | cmtp.h | 84 atomic_t terminate; member
|
/Linux-v6.6/tools/net/ynl/ |
D | ynl-gen-c.py | 1308 def print_prototype(ri, direction, terminate=True, doc=None): argument 1309 suffix = ';' if terminate else '' 1585 print_prototype(ri, direction, terminate=False) 1631 print_prototype(ri, direction, terminate=False) 1761 def print_parse_prototype(ri, direction, terminate=True): argument 1763 term = ';' if terminate else '' 1873 def print_req_policy_fwd(cw, struct, ri=None, terminate=True): argument 1874 if terminate and ri and policy_should_be_static(struct.family): 1877 if terminate: 1885 suffix = ';' if terminate else ' = {' [all …]
|
/Linux-v6.6/drivers/net/wireless/ti/wl12xx/ |
D | scan.h | 77 u8 terminate; /* stop scanning after reporting */ member
|
/Linux-v6.6/net/bluetooth/bnep/ |
D | bnep.h | 151 atomic_t terminate; member
|
D | core.c | 492 if (atomic_read(&s->terminate)) in bnep_session() 665 atomic_inc(&s->terminate); in bnep_del_connection()
|
/Linux-v6.6/sound/synth/emux/ |
D | emux_synth.c | 93 emu->ops.terminate(vp); in snd_emux_note_on() 395 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_terminate_note() 446 if (snd_BUG_ON(!emu || !emu->ops.terminate)) in snd_emux_sounds_off_all() 495 emu->ops.terminate(vp); in terminate_voice()
|
/Linux-v6.6/include/sound/ |
D | emux_synth.h | 40 void (*terminate)(struct snd_emux_voice *vp); member
|
/Linux-v6.6/drivers/dma/ |
D | tegra186-gpc-dma.c | 184 int (*terminate)(struct tegra_dma_channel *tdc); member 708 err = tdc->tdma->chip_data->terminate(tdc); in tegra_dma_terminate_all() 1300 .terminate = tegra_dma_stop_client, 1308 .terminate = tegra_dma_pause, 1316 .terminate = tegra_dma_pause_noerr,
|
/Linux-v6.6/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-qcom.c | 87 static void qcom_adreno_smmu_resume_translation(const void *cookie, bool terminate) in qcom_adreno_smmu_resume_translation() argument 94 if (terminate) in qcom_adreno_smmu_resume_translation()
|
/Linux-v6.6/drivers/infiniband/sw/siw/ |
D | iwarp.h | 278 struct iwarp_terminate terminate; member
|
/Linux-v6.6/net/atm/ |
D | Kconfig | 72 This is an experimental mechanism for users who need to terminate a
|
/Linux-v6.6/drivers/pci/endpoint/functions/ |
D | pci-epf-test.c | 171 goto terminate; in pci_epf_test_data_transfer() 178 goto terminate; in pci_epf_test_data_transfer() 186 terminate: in pci_epf_test_data_transfer()
|
/Linux-v6.6/arch/s390/kvm/ |
D | gaccess.c | 497 enum gacc_mode mode, enum prot_type prot, bool terminate) in trans_exc_ending() argument 529 if (terminate) { in trans_exc_ending() 1130 bool terminate = (mode == GACC_STORE) && (idx > 0); in access_guest_with_key() local 1136 rc = trans_exc_ending(vcpu, rc, ga, ar, mode, prot, terminate); in access_guest_with_key()
|
/Linux-v6.6/Documentation/arch/s390/ |
D | vfio-ap.rst | 845 higher than the maximum is specified, the operation will terminate with 857 will terminate with an error (EADDRNOTAVAIL). 861 terminate with an error (EBUSY). 865 terminate with an error (EBUSY). 871 higher than the maximum is specified, the operation will terminate with 883 will terminate with an error (EADDRNOTAVAIL). 887 terminate with an error (EBUSY). 891 terminate with an error (EBUSY). 897 than the maximum is specified, the operation will terminate with an
|