Searched refs:rte_thread_key_create (Results 1 – 6 of 6) sorted by relevance
15 if (rte_thread_key_create(&key_workspace, flow_release_workspace)) { in mlx5_flow_os_init_workspace_once()
136 int rte_thread_key_create(rte_thread_key *key,
32 rte_thread_key_create(rte_thread_key *key, void (*destructor)(void *)) in rte_thread_key_create() function
75 rte_thread_key_create(rte_thread_key *key, in rte_thread_key_create() function
371 int err = rte_thread_key_create(&ws_tls_index, NULL); in mlx5_flow_os_init_workspace_once()
402 rte_thread_key_create;