Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c677 struct lcore_cache *cached_free_slots, in enqueue_slot_back() argument
681 cached_free_slots->objs[cached_free_slots->len] = slot_id; in enqueue_slot_back()
682 cached_free_slots->len++; in enqueue_slot_back()
979 if (cached_free_slots->len == 0) { in alloc_slot()
982 cached_free_slots->objs, in alloc_slot()
988 cached_free_slots->len += n_slots; in alloc_slot()
992 cached_free_slots->len--; in alloc_slot()
993 slot_id = cached_free_slots->objs[cached_free_slots->len]; in alloc_slot()
1052 slot_id = alloc_slot(h, cached_free_slots); in __rte_hash_add_key_with_hash()
1462 cached_free_slots->objs, in free_slot()
[all …]