Home
last modified time | relevance | path

Searched refs:timer_cond (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c282 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()
H A Dmlx5_vdpa.h131 pthread_cond_t timer_cond; member