Searched refs:hyperv_set_event_flag_handler (Results 1 – 4 of 4) sorted by relevance
60 int hyperv_set_event_flag_handler(uint32_t conn_id, EventNotifier *notifier);
219 assert(!hyperv_set_event_flag_handler(conn_id, &conn->notifier)); in evt_conn_create()231 hyperv_set_event_flag_handler(conn->conn_id, NULL); in evt_conn_destroy()
1433 if (hyperv_set_event_flag_handler(chan_connection_id(chan), in open_channel()1453 hyperv_set_event_flag_handler(chan_connection_id(chan), NULL); in open_channel()1474 hyperv_set_event_flag_handler(chan_connection_id(chan), NULL); in close_channel()2424 ret = hyperv_set_event_flag_handler(VMBUS_EVENT_CONNECTION_ID, in vmbus_realize()2446 hyperv_set_event_flag_handler(VMBUS_EVENT_CONNECTION_ID, NULL); in vmbus_unrealize()
679 int hyperv_set_event_flag_handler(uint32_t conn_id, EventNotifier *notifier) in hyperv_set_event_flag_handler() function