Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c180 unsigned int n_orphans) in bucket_dequeue_orphans() argument
187 n_orphans, NULL); in bucket_dequeue_orphans()
188 if (unlikely(rc != (int)n_orphans)) { in bucket_dequeue_orphans()
206 n_orphans); in bucket_dequeue_orphans()
207 for (i = n_orphans; i < bd->obj_per_bucket; i++, in bucket_dequeue_orphans()
283 unsigned int n_orphans = n - n_buckets * bd->obj_per_bucket; in bucket_dequeue() local
288 if (unlikely(n_orphans > 0)) { in bucket_dequeue()
291 n_orphans); in bucket_dequeue()
298 if (unlikely(rc != 0) && n_orphans > 0) { in bucket_dequeue()
302 n_orphans, NULL); in bucket_dequeue()