Searched refs:timer_cond (Results 1 – 2 of 2) sorted by relevance
282 pthread_cond_wait(&priv->timer_cond, &priv->timer_lock); in mlx5_vdpa_poll_handle()318 pthread_cond_wait(&priv->timer_cond, in mlx5_vdpa_poll_handle()383 pthread_cond_signal(&priv->timer_cond); in mlx5_vdpa_interrupt_handler()540 pthread_cond_init(&priv->timer_cond, NULL); in mlx5_vdpa_cqe_event_setup()
131 pthread_cond_t timer_cond; member