canceled          296 arch/x86/include/asm/uv/uv_bau.h 	unsigned int	canceled:1;		/* message canceled, resource
canceled          365 arch/x86/include/asm/uv/uv_bau.h 	unsigned int	canceled:1;		/* message canceled, resource
canceled          471 arch/x86/include/asm/uv/uv_bau.h 	unsigned short	canceled:1;	/* sent as 0 by the source */
canceled          214 arch/x86/platform/uv/tlb_uv.c 	if (!msg->canceled && do_acknowledge) {
canceled          247 arch/x86/platform/uv/tlb_uv.c 		if ((msg2->replied_to == 0) && (msg2->canceled == 0) &&
canceled          266 arch/x86/platform/uv/tlb_uv.c 				msg2->canceled = 1;
canceled          390 arch/x86/platform/uv/tlb_uv.c 		    (msg->canceled == 0) &&
canceled          399 arch/x86/platform/uv/tlb_uv.c 			msg->canceled = 1;
canceled         1201 arch/x86/platform/uv/tlb_uv.c 		if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) &&
canceled          216 drivers/char/tpm/st33zp24/st33zp24.c 				bool check_cancel, bool *canceled)
canceled          220 drivers/char/tpm/st33zp24/st33zp24.c 	*canceled = false;
canceled          224 drivers/char/tpm/st33zp24/st33zp24.c 		*canceled = true;
canceled          245 drivers/char/tpm/st33zp24/st33zp24.c 	bool canceled = false;
canceled          275 drivers/char/tpm/st33zp24/st33zp24.c 						check_cancel, &canceled);
canceled          277 drivers/char/tpm/st33zp24/st33zp24.c 				if (canceled)
canceled           33 drivers/char/tpm/tpm_tis_core.c 					bool check_cancel, bool *canceled)
canceled           37 drivers/char/tpm/tpm_tis_core.c 	*canceled = false;
canceled           41 drivers/char/tpm/tpm_tis_core.c 		*canceled = true;
canceled           54 drivers/char/tpm/tpm_tis_core.c 	bool canceled = false;
canceled           70 drivers/char/tpm/tpm_tis_core.c 					       &canceled),
canceled           73 drivers/char/tpm/tpm_tis_core.c 			if (canceled)
canceled           41 drivers/char/tpm/xen-tpmfront.c 					bool check_cancel, bool *canceled)
canceled           45 drivers/char/tpm/xen-tpmfront.c 	*canceled = false;
canceled           49 drivers/char/tpm/xen-tpmfront.c 		*canceled = true;
canceled           62 drivers/char/tpm/xen-tpmfront.c 	bool canceled = false;
canceled           78 drivers/char/tpm/xen-tpmfront.c 					       &canceled),
canceled           81 drivers/char/tpm/xen-tpmfront.c 			if (canceled)
canceled          534 drivers/net/thunderbolt.c 			      bool canceled)
canceled          327 drivers/thunderbolt/ctl.c 			       bool canceled)
canceled          408 drivers/thunderbolt/ctl.c 			       bool canceled)
canceled          414 drivers/thunderbolt/ctl.c 	if (canceled)
canceled          232 drivers/thunderbolt/nhi.c 	bool canceled = false;
canceled          242 drivers/thunderbolt/nhi.c 		canceled = true;
canceled          274 drivers/thunderbolt/nhi.c 			frame->callback(ring, frame, canceled);
canceled          290 fs/io_uring.c  	bool				canceled;
canceled         1728 fs/io_uring.c  	WRITE_ONCE(poll->canceled, true);
canceled         1800 fs/io_uring.c  	if (!READ_ONCE(poll->canceled))
canceled         1811 fs/io_uring.c  	if (!mask && !READ_ONCE(poll->canceled)) {
canceled         1900 fs/io_uring.c  	poll->canceled = false;
canceled         1927 fs/io_uring.c  			WRITE_ONCE(poll->canceled, true);
canceled          511 include/linux/thunderbolt.h typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);