Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_flow_os.c32 return rte_thread_value_set(key_workspace, data); in mlx5_flow_os_set_specific_workspace()
/dpdk/lib/eal/include/
H A Drte_thread.h169 int rte_thread_value_set(rte_thread_key key, const void *value);
/dpdk/lib/eal/unix/
H A Drte_thread.c76 rte_thread_value_set(rte_thread_key key, const void *value) in rte_thread_value_set() function
/dpdk/lib/eal/windows/
H A Drte_thread.c113 rte_thread_value_set(rte_thread_key key, const void *value) in rte_thread_value_set() function
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_flow_os.c412 if (rte_thread_value_set(ws_tls_index, data)) { in mlx5_flow_os_set_specific_workspace()
/dpdk/lib/eal/
H A Dversion.map405 rte_thread_value_set;