Home
last modified time | relevance | path

Searched full:deficit (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c318 si->flows[idx].deficit = param->quantum; in fq_codel_enqueue()
379 /* if there is no flow(sub-queue) deficit, increase deficit in fq_codel_dequeue()
384 if (f->deficit < 0) { in fq_codel_dequeue()
385 f->deficit += param->quantum; in fq_codel_dequeue()
419 * update flow deficit and return the packet*/ in fq_codel_dequeue()
420 f->deficit -= mbuf->m_pkthdr.len; in fq_codel_dequeue()
H A Ddn_sched_fq_pie.c108 int deficit; member
896 flows[idx].deficit = param->quantum; in fq_pie_enqueue()
954 /* if there is no flow(sub-queue) deficit, increase deficit in fq_pie_dequeue()
959 if (f->deficit < 0) { in fq_pie_dequeue()
960 f->deficit += param->quantum; in fq_pie_dequeue()
995 * update flow deficit and return the packet*/ in fq_pie_dequeue()
996 f->deficit -= mbuf->m_pkthdr.len; in fq_pie_dequeue()
H A Ddn_sched_fq_codel.h62 int deficit; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.h42 * 1 DFP - Deficit Fixed Priority */
68 * 1 DFP - Deficit Fixed Priority */
H A Dixgbe_dcb_82598.c128 /* Enable Deficit Fixed Priority arbitration*/ in ixgbe_dcb_config_rx_arbiter_82598()
H A Dixgbe_type.h1952 /* Deficit Fixed Prio ena */
/freebsd/sys/net/altq/
H A Daltq_rmclass.c958 u_int deficit; in _rmc_wrr_dequeue_next() local
992 deficit = 0; in _rmc_wrr_dequeue_next()
997 * During the second loop at this level, deficit==2. in _rmc_wrr_dequeue_next()
1006 if ((deficit < 2) && (cl->bytes_alloc_ <= 0)) in _rmc_wrr_dequeue_next()
1011 if (cl->bytes_alloc_ > 0 || deficit > 1) in _rmc_wrr_dequeue_next()
1015 deficit = 1; in _rmc_wrr_dequeue_next()
1028 if (deficit == 1) { in _rmc_wrr_dequeue_next()
1029 /* first loop found an underlimit class with deficit */ in _rmc_wrr_dequeue_next()
1030 /* Loop on same priority level, with new deficit. */ in _rmc_wrr_dequeue_next()
1031 deficit = 2; in _rmc_wrr_dequeue_next()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_m2s.h646 /* Deficit counter */
761 * Init value for the deficit counter.
762 * Initializes the deficit counters of all queues to this value any time this
1108 /* Maximum number of accumulated bytes in the deficit counter */
1113 /* Stop deficit counter increment. */
1131 /* Reset the DWRR deficit counter. */
H A Dal_hal_udma_config.h63 DWRR /* Deficit Weighted Round Rubin */
258 * in the deficit counter
/freebsd/share/man/man4/
H A Dng_pipe.481 .It Dv Deficit Round Robin (DRR)
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Ddebugfs.c259 seq_printf(s, "sched_deficit\t%d\n", sdio->sched.deficit); in mt7921s_sched_quota_read()
/freebsd/sys/vm/
H A Dvm_pageout.c1694 u_int addl_page_shortage, deficit, page_shortage; in vm_pageout_inactive() local
1700 * that the allocations will be reattempted and thus include the deficit in vm_pageout_inactive()
1703 deficit = atomic_readandclear_int(&vmd->vmd_pageout_deficit); in vm_pageout_inactive()
1704 starting_page_shortage = shortage + deficit; in vm_pageout_inactive()
1751 *addl_shortage = addl_page_shortage + deficit; in vm_pageout_inactive()
H A Dvm_pagequeue.h255 u_int vmd_pageout_deficit; /* (a) Estimated number of pages deficit */
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dsdio_txrx.c188 pse_sz = DIV_ROUND_UP(buf_sz + sdio->sched.deficit, in mt76s_tx_pick_quota()
H A Dmt76.h598 int deficit; member
H A Dmt76_connac_mcu.c1948 sdio->sched.deficit = tx_res->pp_padding; in mt76_connac_mcu_parse_tx_resource()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddebugfs.c543 seq_printf(s, "sched_deficit\t%d\n", sdio->sched.deficit); in mt7663s_sched_quota_read()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsnps,dwmac.yaml324 description: Deficit Weighted Round Robin
/freebsd/sys/fs/ext2fs/
H A Dext2_alloc.c661 * regular files, but only if we have no deficit in in ext2_dirpref()
680 * This is a backstop when we have deficit in space. in ext2_dirpref()
/freebsd/sys/netgraph/
H A Dng_pipe.c763 /* Deficit Round Robin (DRR) processing */ in pipe_dequeue()
/freebsd/sbin/ipfw/
H A Dipfw.82903 implements the Deficit Round Robin algorithm, which has O(1) processing
2913 uses a modified Deficit Round Robin scheduler to manage two lists of sub-queues
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c1328 * regular files, but only if we have no deficit in in ffs_dirpref()
1363 * This is a backstop when we have deficit in space. in ffs_dirpref()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2656 << " to make up reg deficit\n"); in determineCalleeSaves()
/freebsd/share/dict/
H A Dweb2a43560 pseudo deficit
44007 pulse deficit
44674 quasi deficit
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c4343 * airtime can be adjusted from deficit.

12