Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c699 static pthread_key_t key_workspace; variable
5710 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()