Searched refs:channel_mutex (Results 1 – 5 of 5) sorted by relevance
435 lockdep_assert_held(&vmbus_connection.channel_mutex); in hv_pick_new_cpu() 487 mutex_lock(&vmbus_connection.channel_mutex); in hv_synic_cleanup() 492 mutex_unlock(&vmbus_connection.channel_mutex); in hv_synic_cleanup() 500 mutex_unlock(&vmbus_connection.channel_mutex); in hv_synic_cleanup() 506 mutex_unlock(&vmbus_connection.channel_mutex); in hv_synic_cleanup()
490 mutex_lock(&vmbus_connection.channel_mutex); in channel_vp_mapping_show() 504 mutex_unlock(&vmbus_connection.channel_mutex); in channel_vp_mapping_show() 985 mutex_lock(&vmbus_connection.channel_mutex); in vmbus_device_release() 987 mutex_unlock(&vmbus_connection.channel_mutex); in vmbus_device_release() 1120 * by offer_in_progress and by channel_mutex. See also the in vmbus_on_msg_dpc() 1651 lockdep_assert_held(&vmbus_connection.channel_mutex); in vmbus_channel_set_cpu() 1675 * LOCK channel_mutex LOCK channel_mutex in vmbus_channel_set_cpu() 1680 * UNLOCK channel_mutex UNLOCK channel_mutex in vmbus_channel_set_cpu() [all...]
256 struct mutex channel_mutex; member 417 lockdep_assert_held(&vmbus_connection.channel_mutex); in hv_is_allocated_cpu() 420 * protected by channel_mutex. in hv_is_allocated_cpu()
267 * Release channel_mutex; otherwise, vmbus_onoffer_rescind() could block on in send_modifychannel_with_ack() 273 mutex_unlock(&vmbus_connection.channel_mutex); in send_modifychannel_with_ack() 275 mutex_lock(&vmbus_connection.channel_mutex); in send_modifychannel_with_ack() 977 mutex_lock(&vmbus_connection.channel_mutex); in vmbus_disconnect_ring() 984 mutex_unlock(&vmbus_connection.channel_mutex); in vmbus_disconnect_ring() 990 mutex_lock(&vmbus_connection.channel_mutex); in vmbus_disconnect_ring() 992 mutex_unlock(&vmbus_connection.channel_mutex); in vmbus_disconnect_ring()
207 mutex_init(&vmbus_connection.channel_mutex); in vmbus_connect()