Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c87 fid->pcount++; in sw_schedule_atomic_to_cq()
395 fid->pcount -= eop; in __pull_port_lb()
396 if (fid->pcount == 0) in __pull_port_lb()
H A Dsw_evdev.h86 uint32_t pcount; member
H A Dsw_evdev.c238 const struct sw_fid_t fid = {.cq = -1, .pcount = 0}; in qid_init()
736 inflights += qid->fids[flow].pcount; in sw_dump()
H A Dsw_evdev_xstats.c114 infl += qid->fids[i].pcount; in get_qid_stat()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c827 int i, count, pcount; in otx_cpt_pkt_dequeue() local
835 pcount = pqueue->pending_count; in otx_cpt_pkt_dequeue()
836 count = (nb_ops > pcount) ? pcount : nb_ops; in otx_cpt_pkt_dequeue()
/f-stack/freebsd/kern/
H A Dkern_tc.c1731 u_int tcount, *pcount; in pps_event() local
1760 pcount = &pps->ppscount[0]; in pps_event()
1774 pcount = &pps->ppscount[1]; in pps_event()
1789 *pcount = pps->capcount; in pps_event()
1806 *pcount = pps->capcount; in pps_event()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c372 unsigned int *pcount = opaque; in count_underfilled_buckets() local
387 *pcount += hdr->fill_cnt; in count_underfilled_buckets()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4157 int pcount; in zfs_putpages() local
4165 pcount = btoc(len); in zfs_putpages()
4166 ncount = pcount; in zfs_putpages()
4171 for (i = 0; i < pcount; i++) in zfs_putpages()
4206 if (ncount < pcount) { in zfs_putpages()
4207 for (i = ncount; i < pcount; i++) { in zfs_putpages()