Searched defs:vmbus_connection (Results 1 – 2 of 2) sorted by relevance
218 struct vmbus_connection { struct219 u32 msg_conn_id;221 atomic_t offer_in_progress;225 atomic_t next_gpadl_handle;235 void *int_page;236 void *send_int_page;237 void *recv_int_page;247 spinlock_t channelmsg_lock;250 struct list_head chn_list;251 struct mutex channel_mutex;[all …]
29 struct vmbus_connection vmbus_connection = { variable
Completed in 5 milliseconds