Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_flow_os.c26 return rte_thread_value_get(key_workspace); in mlx5_flow_os_get_specific_workspace()
/dpdk/lib/eal/include/
H A Drte_thread.h184 void *rte_thread_value_get(rte_thread_key key);
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_flow_os.c384 return rte_thread_value_get(ws_tls_index); in mlx5_flow_os_get_specific_workspace()
394 if (!rte_thread_value_get(ws_tls_index)) { in mlx5_flow_os_set_specific_workspace()
/dpdk/lib/eal/unix/
H A Drte_thread.c96 rte_thread_value_get(rte_thread_key key) in rte_thread_value_get() function
/dpdk/lib/eal/windows/
H A Drte_thread.c133 rte_thread_value_get(rte_thread_key key) in rte_thread_value_get() function
/dpdk/lib/eal/
H A Dversion.map404 rte_thread_value_get;