/linux/drivers/char/tpm/ |
A D | xen-tpmfront.c | 41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 45 *canceled = false; in wait_for_tpm_stat_cond() 49 *canceled = true; in wait_for_tpm_stat_cond() 62 bool canceled = false; in wait_for_tpm_stat() local 78 &canceled), in wait_for_tpm_stat() 81 if (canceled) in wait_for_tpm_stat()
|
A D | tpm_tis_core.c | 33 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 37 *canceled = false; in wait_for_tpm_stat_cond() 41 *canceled = true; in wait_for_tpm_stat_cond() 55 bool canceled = false; in wait_for_tpm_stat() local 71 &canceled), in wait_for_tpm_stat() 74 if (canceled) in wait_for_tpm_stat()
|
/linux/drivers/char/tpm/st33zp24/ |
A D | st33zp24.c | 216 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 220 *canceled = false; in wait_for_tpm_stat_cond() 224 *canceled = true; in wait_for_tpm_stat_cond() 245 bool canceled = false; in wait_for_stat() local 275 check_cancel, &canceled); in wait_for_stat() 277 if (canceled) in wait_for_stat()
|
/linux/drivers/platform/surface/aggregator/ |
A D | ssh_request_layer.c | 731 bool canceled; in ssh_rtl_cancel() local 739 canceled = ssh_rtl_cancel_pending(rqst); in ssh_rtl_cancel() 741 canceled = ssh_rtl_cancel_nonpending(rqst); in ssh_rtl_cancel() 745 if (canceled && rtl) in ssh_rtl_cancel() 748 return canceled; in ssh_rtl_cancel()
|
/linux/Documentation/driver-api/surface_aggregator/clients/ |
A D | dtx.rst | 124 be completed nor canceled, and the EC will still be waiting for further 143 process is canceled on the EC-level and an identical event is being sent. 147 The detachment process may further be canceled by the EC due to hardware 306 - EC canceled detachment process. 337 Sent when a detachment process is canceled by the EC due to unfulfilled 589 If a detachment process is canceled by this operation, a generic detachment 624 Cancels detachment in progress (if any). If a detachment process is canceled
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | dmx-set-filter.rst | 44 filter will be canceled, and the receive buffer will be flushed.
|
/linux/drivers/thunderbolt/ |
A D | dma_test.c | 231 bool canceled) in dma_test_rx_callback() argument 241 if (canceled) { in dma_test_rx_callback() 300 bool canceled) in dma_test_tx_callback() argument
|
A D | ctl.c | 347 bool canceled) in tb_ctl_tx_callback() argument 428 bool canceled) in tb_ctl_rx_callback() argument 434 if (canceled) in tb_ctl_rx_callback()
|
A D | nhi.c | 232 bool canceled = false; in ring_work() local 242 canceled = true; in ring_work() 274 frame->callback(ring, frame, canceled); in ring_work()
|
/linux/drivers/gpu/drm/panfrost/ |
A D | panfrost_job.c | 552 struct panfrost_job *canceled = panfrost_dequeue_job(pfdev, j); in panfrost_job_handle_irq() local 554 dma_fence_set_error(canceled->done_fence, -ECANCELED); in panfrost_job_handle_irq() 555 panfrost_job_handle_done(pfdev, canceled); in panfrost_job_handle_irq()
|
/linux/drivers/char/xillybus/ |
A D | xillyusb.c | 143 unsigned int canceled; member 915 chan->canceled = 1; in process_in_opcode() 1137 chan->canceled = 0; in flush_downstream() 1145 while (!chan->canceled) { in flush_downstream() 1154 chan->canceled || in flush_downstream()
|
/linux/Documentation/driver-api/pldmfw/ |
A D | index.rst | 68 not suitable, the update is canceled.
|
/linux/include/linux/ |
A D | thunderbolt.h | 545 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
|
/linux/Documentation/driver-api/usb/ |
A D | URB.rst | 33 - Transfers for one URB can be canceled with :c:func:`usb_unlink_urb` 37 has been successfully completed or canceled. The URB also contains a
|
A D | gadget.rst | 52 be submitted or canceled. They share common definitions for the standard
|
/linux/fs/ |
A D | io_uring.c | 487 bool canceled; member 5337 WRITE_ONCE(poll->canceled, true); in io_poll_rewait() 5395 if (READ_ONCE(req->poll.canceled)) { in __io_poll_complete() 5488 poll->canceled = false; in io_init_poll_iocb() 5639 WRITE_ONCE(poll->canceled, true); in __io_arm_poll_handler() 5708 WRITE_ONCE(poll->canceled, true); in __io_poll_remove_one() 9545 int canceled = 0; in io_kill_timeouts() local 9552 canceled++; in io_kill_timeouts() 9556 if (canceled != 0) in io_kill_timeouts() 9559 if (canceled != 0) in io_kill_timeouts() [all …]
|
/linux/Documentation/usb/ |
A D | ehci.rst | 214 to the HC, and wait for them all to complete (or be canceled on error).
|
A D | usb-serial.rst | 67 the connection is canceled on the device.
|
/linux/drivers/net/ |
A D | thunderbolt.c | 543 bool canceled) in tbnet_tx_callback() argument
|
/linux/Documentation/filesystems/ |
A D | orangefs.rst | 366 state is not "canceled" or "given up", its state is set to "serviced".
|
/linux/Documentation/livepatch/ |
A D | livepatch.rst | 137 A transition can be reversed and effectively canceled by writing the
|
/linux/Documentation/s390/ |
A D | cds.rst | 163 For long running I/O request to be canceled, the CDS layer provides the
|
/linux/drivers/message/fusion/ |
A D | mptsas.c | 369 bool canceled = false; in mptsas_cleanup_fw_event_q() local 376 canceled = true; in mptsas_cleanup_fw_event_q() 379 if (canceled) in mptsas_cleanup_fw_event_q()
|
/linux/fs/ksmbd/ |
A D | smb2pdu.c | 6579 int canceled = 0; in smb2_cancel() local 6601 canceled = 1; in smb2_cancel() 6620 canceled = 1; in smb2_cancel() 6626 if (canceled) { in smb2_cancel()
|
/linux/Documentation/process/ |
A D | maintainer-tip.rst | 165 When a CPU is dying, the overflow worker is canceled and rescheduled on a
|