Searched refs:msg_pending (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/serial/
H A Dmos7720.c91 bool msg_pending; /* usb sync call pending */ member in struct:mos7715_parport
267 * flag maintained by usbserial covers the second. We also use the msg_pending
282 mos_parport->msg_pending = true; /* synch usb call pending */
294 mos_parport->msg_pending = false;
310 mos_parport->msg_pending = false;
562 mos_parport->msg_pending = false;
1681 if (mos_parport->msg_pending)
/linux-master/include/asm-generic/
H A Dmshyperv.h168 if (msg->header.message_flags.msg_pending) {
H A Dhyperv-tlfs.h295 __u8 msg_pending:1; member in struct:hv_message_flags::__anon106
/linux-master/arch/x86/kvm/
H A Dhyperv.c232 if (stimer->msg_pending && stimer->config.enable &&
609 stimer->msg_pending = false;
771 * .msg_pending before checking .message_type. However, this function
786 hv_hdr.message_flags.msg_pending = 1;
849 stimer->msg_pending = true;
857 stimer->msg_pending = false;
888 if (!stimer->msg_pending)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h626 bool msg_pending; member in struct:kvm_vcpu_hv_stimer

Completed in 162 milliseconds