Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c468 struct rte_mbuf ** const pending, unsigned int * const nb_pending, in __rte_pktmbuf_free_seg_via_array() argument
473 if (*nb_pending == pending_sz || in __rte_pktmbuf_free_seg_via_array()
474 (*nb_pending > 0 && m->pool != pending[0]->pool)) { in __rte_pktmbuf_free_seg_via_array()
476 (void **)pending, *nb_pending); in __rte_pktmbuf_free_seg_via_array()
477 *nb_pending = 0; in __rte_pktmbuf_free_seg_via_array()
480 pending[(*nb_pending)++] = m; in __rte_pktmbuf_free_seg_via_array()
494 unsigned int idx, nb_pending = 0; in rte_pktmbuf_free_bulk() local
506 pending, &nb_pending, in rte_pktmbuf_free_bulk()
512 if (nb_pending > 0) in rte_pktmbuf_free_bulk()
513 rte_mempool_put_bulk(pending[0]->pool, (void **)pending, nb_pending); in rte_pktmbuf_free_bulk()
/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev.c455 int i, nb_pending, nb_completed = 0; in otx2_ree_dequeue_burst() local
461 nb_pending = pend_q->pending_count; in otx2_ree_dequeue_burst()
463 if (nb_ops > nb_pending) in otx2_ree_dequeue_burst()
464 nb_ops = nb_pending; in otx2_ree_dequeue_burst()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c974 int i, nb_pending, nb_completed; in otx2_cpt_dequeue_burst() local
985 nb_pending = pend_q->pending_count; in otx2_cpt_dequeue_burst()
987 if (nb_ops > nb_pending) in otx2_cpt_dequeue_burst()
988 nb_ops = nb_pending; in otx2_cpt_dequeue_burst()