Searched refs:VMCI_FLAG_DELAYED_CB (Results 1 – 2 of 2) sorted by relevance
21 #define VMCI_FLAG_DELAYED_CB 0x01 macro
500 if (!handle || !notify_cb || flags & ~VMCI_FLAG_DELAYED_CB || in vmci_doorbell_create()512 (flags & VMCI_FLAG_DELAYED_CB)) { in vmci_doorbell_create()541 entry->run_delayed = (flags & VMCI_FLAG_DELAYED_CB) ? true : false; in vmci_doorbell_create()