Searched refs:canceled (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled)
45 *canceled = false;
49 *canceled = true;
62 bool canceled = false; local
78 &canceled),
81 if (canceled)
109 case VTPM_STATE_CANCEL: /* cancel requested, not yet canceled */
40 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) argument
H A Dtpm_tis_core.c36 bool check_cancel, bool *canceled)
40 *canceled = false;
44 *canceled = true;
72 bool canceled = false; local
96 &canceled),
99 if (canceled)
35 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) argument
/linux-master/drivers/char/tpm/st33zp24/
H A Dst33zp24.c188 bool check_cancel, bool *canceled)
192 *canceled = false;
196 *canceled = true;
211 bool canceled = false; local
241 check_cancel, &canceled);
243 if (canceled)
187 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) argument
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c290 * itself, had to have been canceled. Simply drop the
357 * the request has been canceled prior to submission, %-EALREADY if the
553 * NB: Timeout has already been canceled, request already been
568 * NB: Timeout has already been canceled, request already been
691 * canceled by the above call, the request may not have been completed
715 * If the request has been canceled by calling this function, both completion
719 * transmitting will be canceled/completed only after transmission has
724 * Return: Returns %true if the given request has been canceled or completed,
731 bool canceled; local
739 canceled
[all...]
/linux-master/io_uring/
H A Dtimeout.c668 int canceled = 0; local
681 canceled++;
685 return canceled != 0;
/linux-master/drivers/thunderbolt/
H A Ddma_test.c231 bool canceled)
241 if (canceled) {
300 bool canceled)
230 dma_test_rx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) argument
299 dma_test_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) argument
H A Dctl.c343 bool canceled)
436 bool canceled)
442 if (canceled)
597 * triggers the request is canceled before function returns. Note the
342 tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) argument
435 tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) argument
H A Dnhi.c267 * If the ring is shutting down then all frames are marked as canceled and
277 bool canceled = false; local
284 /* Move all frames to done and mark them as canceled. */
287 canceled = true;
319 frame->callback(ring, frame, canceled);
760 * All enqueued frames will be canceled and their callbacks will be executed
761 * with frame->canceled set to true (on the callback thread). This method
/linux-master/drivers/md/dm-vdo/
H A Dpacker.c167 * The canceled bin can hold up to half the number of user vios. Every canceled vio in the
169 * canceled one lock holder at a time.
333 * remove_from_bin() - Get the next data_vio whose compression has not been canceled from a bin.
337 * Any canceled data_vios will be moved to the canceled bin.
597 * allowed to be compressed (if it has already been canceled, we'll fall out here). Once
600 * data_vio could attempt to remove the canceled data_vio from the packer and fail to
745 static void dump_packer_bin(const struct packer_bin *bin, bool canceled) argument
752 (canceled
[all...]
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c454 /* Job has been hard-stopped, flag it as canceled */
584 struct panfrost_job *canceled = panfrost_dequeue_job(pfdev, j); local
586 dma_fence_set_error(canceled->done_fence, -ECANCELED);
587 panfrost_job_handle_done(pfdev, canceled);
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c143 unsigned int canceled; member in struct:xillyusb_channel
924 chan->canceled = 1;
1146 chan->canceled = 0;
1154 while (!chan->canceled) {
1163 chan->canceled ||
/linux-master/include/linux/
H A Dthunderbolt.h564 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
631 * @frame->callback will be called with canceled set to true.
652 * will be called with canceled set to true.
/linux-master/drivers/net/thunderbolt/
H A Dmain.c570 bool canceled)
569 tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) argument
/linux-master/drivers/message/fusion/
H A Dmptsas.c369 bool canceled = false; local
376 canceled = true;
379 if (canceled)

Completed in 229 milliseconds