Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond()
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()
109 case VTPM_STATE_CANCEL: /* cancel requested, not yet canceled */ in vtpm_status()
40 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
H A Dtpm_tis_core.c36 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond()
40 *canceled = false; in wait_for_tpm_stat_cond()
44 *canceled = true; in wait_for_tpm_stat_cond()
72 bool canceled = false; in wait_for_tpm_stat() local
96 &canceled), in wait_for_tpm_stat()
99 if (canceled) in wait_for_tpm_stat()
35 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dxen-tpmfront.c41 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond()
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()
109 case VTPM_STATE_CANCEL: /* cancel requested, not yet canceled */ in vtpm_status()
40 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
H A Dtpm_tis_core.c33 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond()
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()
32 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
H A Dst33zp24.c210 * @param: check_cancel, does the command expected to be canceled ?
211 * @param: canceled, did we received a cancel request ?
212 * @return: true if status == mask or if the command is canceled.
216 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond()
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()
215 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/
H A Dst33zp24.c188 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond()
192 *canceled = false; in wait_for_tpm_stat_cond()
196 *canceled = true; in wait_for_tpm_stat_cond()
211 bool canceled = false; in wait_for_stat() local
241 check_cancel, &canceled); in wait_for_stat()
243 if (canceled) in wait_for_stat()
187 wait_for_tpm_stat_cond(struct tpm_chip *chip, u8 mask, bool check_cancel, bool *canceled) wait_for_tpm_stat_cond() argument
/kernel/liteos_a/compat/posix/src/
H A Dpprivate.h60 volatile UINT8 canceled; /* pending cancel flag */ member
H A Dpthread.c101 if (self->canceled && (self->cancelstate == PTHREAD_CANCEL_ENABLE)) { in CheckForCancel()
182 created->canceled = 0; in SetPthreadDataAttr()
662 data->canceled = 0; in DoPthreadCancel()
702 data->canceled = 1; in pthread_cancel()
/kernel/liteos_m/kal/posix/src/
H A Dpthread.c69 unsigned char canceled; member
158 pthreadData->canceled = 0; in PthreadCreateAttrInit()
186 if ((pthreadData->canceled) && (pthreadData->cancelState == PTHREAD_CANCEL_ENABLE)) { in CheckForCancel()
404 pthreadData->canceled = 0; in DoPthreadCancel()
430 pthreadData->canceled = 1; in pthread_cancel()
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c290 * itself, had to have been canceled. Simply drop the in ssh_rtl_tx_try_process_one()
357 * the request has been canceled prior to submission, %-EALREADY if the
553 * NB: Timeout has already been canceled, request already been in ssh_rtl_complete()
568 * NB: Timeout has already been canceled, request already been in ssh_rtl_complete()
691 * canceled by the above call, the request may not have been completed in ssh_rtl_cancel_pending()
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; in ssh_rtl_cancel() local
739 canceled in ssh_rtl_cancel()
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddma_test.c231 bool canceled) in dma_test_rx_callback()
241 if (canceled) { in dma_test_rx_callback()
300 bool canceled) in dma_test_tx_callback()
230 dma_test_rx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) dma_test_rx_callback() argument
299 dma_test_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) dma_test_tx_callback() argument
H A Dctl.c338 bool canceled) in tb_ctl_tx_callback()
427 bool canceled) in tb_ctl_rx_callback()
433 if (canceled) in tb_ctl_rx_callback()
585 * triggers the request is canceled before function returns. Note the
337 tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tb_ctl_tx_callback() argument
426 tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tb_ctl_rx_callback() argument
H A Dnhi.c267 * If the ring is shutting down then all frames are marked as canceled and
277 bool canceled = false; in ring_work() local
284 /* Move all frames to done and mark them as canceled. */ in ring_work()
287 canceled = true; in ring_work()
319 frame->callback(ring, frame, canceled); in ring_work()
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
/kernel/linux/linux-6.6/io_uring/
H A Dtimeout.c668 int canceled = 0; in io_kill_timeouts() local
681 canceled++; in io_kill_timeouts()
685 return canceled != 0; in io_kill_timeouts()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dctl.c335 bool canceled) in tb_ctl_tx_callback()
416 bool canceled) in tb_ctl_rx_callback()
422 if (canceled) in tb_ctl_rx_callback()
574 * triggers the request is canceled before function returns. Note the
334 tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tb_ctl_tx_callback() argument
415 tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tb_ctl_rx_callback() argument
H A Dnhi.c218 * If the ring is shutting down then all frames are marked as canceled and
228 bool canceled = false; in ring_work() local
235 /* Move all frames to done and mark them as canceled. */ in ring_work()
238 canceled = true; in ring_work()
270 frame->callback(ring, frame, canceled); in ring_work()
649 * All enqueued frames will be canceled and their callbacks will be executed
650 * with frame->canceled set to true (on the callback thread). This method
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c427 /* Job has been hard-stopped, flag it as canceled */ in panfrost_job_handle_err()
557 struct panfrost_job *canceled = panfrost_dequeue_job(pfdev, j); in panfrost_job_handle_irq() local
559 dma_fence_set_error(canceled->done_fence, -ECANCELED); in panfrost_job_handle_irq()
560 panfrost_job_handle_done(pfdev, canceled); in panfrost_job_handle_irq()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillyusb.c143 unsigned int canceled; member
924 chan->canceled = 1; in process_in_opcode()
1146 chan->canceled = 0; in flush_downstream()
1154 while (!chan->canceled) { in flush_downstream()
1163 chan->canceled || in flush_downstream()
/kernel/linux/linux-5.10/include/linux/
H A Dthunderbolt.h509 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
575 * @frame->callback will be called with canceled set to true.
596 * will be called with canceled set to true.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/drivers/net/
H A Dthunderbolt.c534 bool canceled) in tbnet_tx_callback()
533 tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tbnet_tx_callback() argument
/kernel/linux/linux-6.6/drivers/net/thunderbolt/
H A Dmain.c570 bool canceled) in tbnet_tx_callback()
569 tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) tbnet_tx_callback() argument
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptsas.c369 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()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c1491 * canceled. That will make io-wq go through the usual work cancel in io_queue_async_work()
9588 int canceled = 0; in io_kill_timeouts() local
9595 canceled++; in io_kill_timeouts()
9599 if (canceled != 0) in io_kill_timeouts()
9602 if (canceled != 0) in io_kill_timeouts()
9604 return canceled != 0; in io_kill_timeouts()

Completed in 80 milliseconds