msg_pending       488 arch/x86/include/asm/hyperv-tlfs.h 		__u8 msg_pending:1;
msg_pending       508 arch/x86/include/asm/kvm_host.h 	bool msg_pending;
msg_pending       175 arch/x86/kvm/hyperv.c 		if (stimer->msg_pending && stimer->config.enable &&
msg_pending       437 arch/x86/kvm/hyperv.c 	stimer->msg_pending = false;
msg_pending       595 arch/x86/kvm/hyperv.c 		hv_hdr.message_flags.msg_pending = 1;
msg_pending       658 arch/x86/kvm/hyperv.c 	stimer->msg_pending = true;
msg_pending       666 arch/x86/kvm/hyperv.c 		stimer->msg_pending = false;
msg_pending       694 arch/x86/kvm/hyperv.c 					if (!stimer->msg_pending)
msg_pending       102 drivers/usb/serial/mos7720.c 	bool                    msg_pending;   /* usb sync call pending */
msg_pending       456 drivers/usb/serial/mos7720.c 	mos_parport->msg_pending = true;   /* synch usb call pending */
msg_pending       464 drivers/usb/serial/mos7720.c 		mos_parport->msg_pending = false;
msg_pending       480 drivers/usb/serial/mos7720.c 	mos_parport->msg_pending = false;
msg_pending       712 drivers/usb/serial/mos7720.c 	mos_parport->msg_pending = false;
msg_pending      1881 drivers/usb/serial/mos7720.c 		if (mos_parport->msg_pending)
msg_pending        82 include/asm-generic/mshyperv.h 	if (msg->header.message_flags.msg_pending) {