Searched refs:reconn_list (Results 1 – 1 of 1) sorted by relevance
457 pthread_mutex_lock(&reconn_list.mutex); in vhost_user_client_reconnect()463 for (reconn = TAILQ_FIRST(&reconn_list.head); in vhost_user_client_reconnect()484 TAILQ_REMOVE(&reconn_list.head, reconn, next); in vhost_user_client_reconnect()488 pthread_mutex_unlock(&reconn_list.mutex); in vhost_user_client_reconnect()505 TAILQ_INIT(&reconn_list.head); in vhost_user_reconnect_init()511 if (pthread_mutex_destroy(&reconn_list.mutex)) { in vhost_user_reconnect_init()555 pthread_mutex_lock(&reconn_list.mutex); in vhost_user_start_client()557 pthread_mutex_unlock(&reconn_list.mutex); in vhost_user_start_client()987 pthread_mutex_lock(&reconn_list.mutex); in vhost_user_remove_reconnect()989 for (reconn = TAILQ_FIRST(&reconn_list.head); in vhost_user_remove_reconnect()[all …]