Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c55 struct rte_ring *shared_orphan_ring; member
186 rc = rte_ring_dequeue_bulk(bd->shared_orphan_ring, obj_table, in bucket_dequeue_orphans()
209 rc = rte_ring_enqueue(bd->shared_orphan_ring, in bucket_dequeue_orphans()
299 rte_ring_enqueue_bulk(bd->shared_orphan_ring, in bucket_dequeue()
399 bplc.count += rte_ring_count(bplc.bd->shared_orphan_ring); in bucket_get_count()
507 bd->shared_orphan_ring = in bucket_alloc()
510 if (bd->shared_orphan_ring == NULL) { in bucket_alloc()
537 rte_ring_free(bd->shared_orphan_ring); in bucket_alloc()
558 rte_ring_free(bd->shared_orphan_ring); in bucket_free()