Searched refs:key_workspace (Results 1 – 1 of 1) sorted by relevance
699 static pthread_key_t key_workspace; variable5710 if (pthread_key_create(&key_workspace, flow_release_workspace)) in flow_alloc_workspace()5724 data = pthread_getspecific(key_workspace); in mlx5_flow_get_thread_workspace()5776 curr = pthread_getspecific(key_workspace); in mlx5_flow_push_thread_workspace()5795 if (pthread_setspecific(key_workspace, data)) in mlx5_flow_push_thread_workspace()5821 if (pthread_setspecific(key_workspace, data->prev)) in mlx5_flow_pop_thread_workspace()