Searched refs:VMCI_FLAG_DELAYED_CB (Results 1 – 2 of 2) sorted by relevance
421 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || in vmci_doorbell_create()466 entry->run_delayed = flags & VMCI_FLAG_DELAYED_CB; in vmci_doorbell_create()
701 #define VMCI_FLAG_DELAYED_CB 0x01 macro