Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c250 int32_t free_slot = -1; in rte_service_component_register() local
257 free_slot = i; in rte_service_component_register()
262 if ((free_slot < 0) || (i == RTE_SERVICE_NUM_MAX)) in rte_service_component_register()
265 struct rte_service_spec_impl *s = &rte_services[free_slot]; in rte_service_component_register()
272 *id_ptr = free_slot; in rte_service_component_register()
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1453 free_slot(const struct rte_hash *h, uint32_t slot_id) in free_slot() function
1504 ret = free_slot(h, rcu_dq_entry.key_idx); in __hash_rcu_qsbr_free_resource()
1585 int ret = free_slot(h, bkt->key_idx[i]); in remove_entry()
1846 return free_slot(h, key_idx); in rte_hash_free_key_with_position()