Searched refs:run_delayed (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c29 bool run_delayed; member in struct:datagram_entry
80 entry->run_delayed = (flags & VMCI_FLAG_DG_DELAYED_CB) ? true : false;
216 if (dst_entry->run_delayed ||
369 if (dst_entry->run_delayed) {
H A Dvmci_doorbell.c41 bool run_delayed; member in struct:dbell_entry
312 if (entry->run_delayed) {
363 if (dbell->run_delayed) {
469 entry->run_delayed = flags & VMCI_FLAG_DELAYED_CB;

Completed in 132 milliseconds