/Linux-v4.19/drivers/char/tpm/ |
D | xen-tpmfront.c | 44 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 48 *canceled = false; in wait_for_tpm_stat_cond() 52 *canceled = true; in wait_for_tpm_stat_cond() 65 bool canceled = false; in wait_for_tpm_stat() local 81 &canceled), in wait_for_tpm_stat() 84 if (canceled) in wait_for_tpm_stat()
|
D | tpm_tis_core.c | 37 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 41 *canceled = false; in wait_for_tpm_stat_cond() 45 *canceled = true; in wait_for_tpm_stat_cond() 58 bool canceled = false; in wait_for_tpm_stat() local 74 &canceled), in wait_for_tpm_stat() 77 if (canceled) in wait_for_tpm_stat()
|
/Linux-v4.19/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 228 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 232 *canceled = false; in wait_for_tpm_stat_cond() 236 *canceled = true; in wait_for_tpm_stat_cond() 257 bool canceled = false; in wait_for_stat() local 287 check_cancel, &canceled); in wait_for_stat() 289 if (canceled) in wait_for_stat()
|
/Linux-v4.19/arch/x86/include/asm/uv/ |
D | uv_bau.h | 296 unsigned int canceled:1; /* message canceled, resource member 365 unsigned int canceled:1; /* message canceled, resource member 471 unsigned short canceled:1; /* sent as 0 by the source */ member
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-set-filter.rst | 44 filter will be canceled, and the receive buffer will be flushed.
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 217 if (!msg->canceled && do_acknowledge) { in reply_to_message() 250 if ((msg2->replied_to == 0) && (msg2->canceled == 0) && in bau_process_retry_msg() 269 msg2->canceled = 1; in bau_process_retry_msg() 393 (msg->canceled == 0) && in do_reset() 402 msg->canceled = 1; in do_reset() 1204 if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) && in find_another_by_swack()
|
/Linux-v4.19/drivers/thunderbolt/ |
D | ctl.c | 326 bool canceled) in tb_ctl_tx_callback() argument 407 bool canceled) in tb_ctl_rx_callback() argument 413 if (canceled) in tb_ctl_rx_callback()
|
D | nhi.c | 216 bool canceled = false; in ring_work() local 226 canceled = true; in ring_work() 258 frame->callback(ring, frame, canceled); in ring_work()
|
/Linux-v4.19/include/linux/ |
D | thunderbolt.h | 504 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
|
/Linux-v4.19/Documentation/driver-api/usb/ |
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
|
D | gadget.rst | 52 be submitted or canceled. They share common definitions for the standard
|
/Linux-v4.19/Documentation/usb/ |
D | ehci.txt | 200 to the HC, and wait for them all to complete (or be canceled on error).
|
D | usb-serial.txt | 57 the connection is canceled on the device.
|
/Linux-v4.19/drivers/net/ |
D | thunderbolt.c | 537 bool canceled) in tbnet_tx_callback() argument
|
/Linux-v4.19/Documentation/filesystems/ |
D | orangefs.txt | 346 state is not "canceled" or "given up", its state is set to "serviced".
|
/Linux-v4.19/Documentation/s390/ |
D | cds.txt | 156 For long running I/O request to be canceled, the CDS layer provides the
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-record.txt | 498 'overwrite' attribute can also be set or canceled for an event using
|
/Linux-v4.19/Documentation/livepatch/ |
D | livepatch.txt | 150 A transition can be reversed and effectively canceled by writing the
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-deadline.txt | 181 the ActiveContending state and the "inactive timer" is canceled.
|
/Linux-v4.19/Documentation/power/ |
D | runtime_pm.txt | 410 canceled; returns 1 if there was a resume request pending and it was
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 123 * Check one last time to see if this SCB was canceled
|