Home
last modified time | relevance | path

Searched refs:canceled (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/char/tpm/
Dxen-tpmfront.c41 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()
Dtpm_tis_core.c33 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()
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
Dst33zp24.c216 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()
/kernel/liteos_a/compat/posix/src/
Dpprivate.h60 volatile UINT8 canceled; /* pending cancel flag */ member
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/
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-5.10/Documentation/userspace-api/media/dvb/
Ddmx-set-filter.rst44 filter will be canceled, and the receive buffer will be flushed.
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dctl.c335 bool canceled) in tb_ctl_tx_callback() argument
416 bool canceled) in tb_ctl_rx_callback() argument
422 if (canceled) in tb_ctl_rx_callback()
Dnhi.c228 bool canceled = false; in ring_work() local
238 canceled = true; in ring_work()
270 frame->callback(ring, frame, canceled); in ring_work()
/kernel/linux/linux-5.10/Documentation/driver-api/pldmfw/
Dindex.rst68 not suitable, the update is canceled.
/kernel/linux/linux-5.10/include/linux/
Dthunderbolt.h509 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
DURB.rst33 - 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
Dgadget.rst52 be submitted or canceled. They share common definitions for the standard
/kernel/linux/linux-5.10/Documentation/usb/
Dehci.rst214 to the HC, and wait for them all to complete (or be canceled on error).
Dusb-serial.rst67 the connection is canceled on the device.
/kernel/linux/linux-5.10/drivers/net/
Dthunderbolt.c534 bool canceled) in tbnet_tx_callback() argument
/kernel/linux/linux-5.10/Documentation/livepatch/
Dlivepatch.rst150 A transition can be reversed and effectively canceled by writing the
/kernel/linux/linux-5.10/Documentation/filesystems/
Dorangefs.rst366 state is not "canceled" or "given up", its state is set to "serviced".
/kernel/linux/linux-5.10/Documentation/s390/
Dcds.rst163 For long running I/O request to be canceled, the CDS layer provides the
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c9533 int canceled = 0; in io_kill_timeouts() local
9540 canceled++; in io_kill_timeouts()
9544 if (canceled != 0) in io_kill_timeouts()
9547 if (canceled != 0) in io_kill_timeouts()
9549 return canceled != 0; in io_kill_timeouts()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-encoder.rst657 middle of the drain sequence, the drain sequence is canceled and all
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-record.txt607 'overwrite' attribute can also be set or canceled for an event using
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-deadline.rst181 the ActiveContending state and the "inactive timer" is canceled.
/kernel/linux/linux-5.10/Documentation/power/
Druntime_pm.rst424 canceled; returns 1 if there was a resume request pending and it was
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic7xxx.seq123 * Check one last time to see if this SCB was canceled

12