Searched refs:cached_free_slots (Results 1 – 1 of 1) sorted by relevance
681 struct lcore_cache *cached_free_slots, in enqueue_slot_back() argument685 cached_free_slots->objs[cached_free_slots->len] = slot_id; in enqueue_slot_back()686 cached_free_slots->len++; in enqueue_slot_back()983 if (cached_free_slots->len == 0) { in alloc_slot()986 cached_free_slots->objs, in alloc_slot()992 cached_free_slots->len += n_slots; in alloc_slot()996 cached_free_slots->len--; in alloc_slot()997 slot_id = cached_free_slots->objs[cached_free_slots->len]; in alloc_slot()1056 slot_id = alloc_slot(h, cached_free_slots); in __rte_hash_add_key_with_hash()1466 cached_free_slots->objs, in free_slot()[all …]