/linux-4.1.27/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 248 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 252 *canceled = false; in wait_for_tpm_stat_cond() 256 *canceled = true; in wait_for_tpm_stat_cond() 276 bool canceled = false; in wait_for_stat() local 309 check_cancel, &canceled); in wait_for_stat() 311 if (canceled) in wait_for_stat()
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
D | uv_bau.h | 278 unsigned int canceled:1; /* message canceled, resource member 347 unsigned int canceled:1; /* message canceled, resource member 450 unsigned short canceled:1; /* sent as 0 by the source */ member
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm-interface.c | 821 bool check_cancel, bool *canceled) in wait_for_tpm_stat_cond() argument 825 *canceled = false; in wait_for_tpm_stat_cond() 829 *canceled = true; in wait_for_tpm_stat_cond() 841 bool canceled = false; in wait_for_tpm_stat() local 857 &canceled), in wait_for_tpm_stat() 860 if (canceled) in wait_for_tpm_stat()
|
/linux-4.1.27/drivers/thunderbolt/ |
D | nhi.h | 50 typedef void (*ring_cb)(struct tb_ring*, struct ring_frame*, bool canceled);
|
D | nhi.c | 168 bool canceled = false; in ring_work() local 176 canceled = true; in ring_work() 223 frame->callback(ring, frame, canceled); in ring_work()
|
D | ctl.c | 323 bool canceled) in tb_ctl_tx_callback() argument 398 bool canceled) in tb_ctl_rx_callback() argument 402 if (canceled) in tb_ctl_rx_callback()
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | tlb_uv.c | 202 if (!msg->canceled && do_acknowledge) { in reply_to_message() 235 if ((msg2->replied_to == 0) && (msg2->canceled == 0) && in bau_process_retry_msg() 254 msg2->canceled = 1; in bau_process_retry_msg() 378 (msg->canceled == 0) && in do_reset() 387 msg->canceled = 1; in do_reset() 1168 if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) && in find_another_by_swack()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_resource.c | 211 int canceled, unused = ns->ns_nr_unused; in lprocfs_lru_size_seq_write() local 214 canceled = ldlm_cancel_lru(ns, unused, 0, in lprocfs_lru_size_seq_write() 216 if (canceled < unused) { in lprocfs_lru_size_seq_write() 220 canceled); in lprocfs_lru_size_seq_write()
|
D | ldlm_request.c | 2243 int canceled; in ldlm_cancel_unused_locks_for_replay() local 2252 canceled = ldlm_cancel_lru_local(ns, &cancels, ns->ns_nr_unused, 0, in ldlm_cancel_unused_locks_for_replay() 2256 canceled, ldlm_ns_name(ns)); in ldlm_cancel_unused_locks_for_replay()
|
/linux-4.1.27/Documentation/usb/ |
D | URB.txt | 25 - Transfers for one URB can be canceled with usb_unlink_urb(urb) at any time. 28 has been successfully completed or canceled. The URB also contains a
|
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-4.1.27/Documentation/s390/ |
D | cds.txt | 156 For long running I/O request to be canceled, the CDS layer provides the
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 407 canceled; returns 1 if there was a resume request pending and it was
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 123 * Check one last time to see if this SCB was canceled
|