Searched refs:local_entry (Results 1 – 1 of 1) sorted by relevance
177 struct mlx5_list_entry *entry = NULL, *local_entry; in _mlx5_list_register() local195 if (local_entry) in _mlx5_list_register()196 return local_entry; in _mlx5_list_register()226 local_entry = l_const->cb_clone(l_const->ctx, entry, ctx); in _mlx5_list_register()227 if (unlikely(!local_entry)) { in _mlx5_list_register()231 local_entry->ref_cnt = 1u; in _mlx5_list_register()232 local_entry->gentry = entry; in _mlx5_list_register()233 local_entry->lcore_idx = (uint32_t)lcore_index; in _mlx5_list_register()246 l_const->cb_clone_free(l_const->ctx, local_entry); in _mlx5_list_register()256 LIST_INSERT_HEAD(&l_inconst->cache[lcore_index]->h, local_entry, next); in _mlx5_list_register()[all …]