/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_fq_codel.c | 318 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 D | dn_sched_fq_pie.c | 108 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 D | dn_sched_fq_codel.h | 62 int deficit; member
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_dcb_82598.h | 42 * 1 DFP - Deficit Fixed Priority */ 68 * 1 DFP - Deficit Fixed Priority */
|
H A D | ixgbe_dcb_82598.c | 128 /* Enable Deficit Fixed Priority arbitration*/ in ixgbe_dcb_config_rx_arbiter_82598()
|
H A D | ixgbe_type.h | 1952 /* Deficit Fixed Prio ena */
|
/freebsd/sys/net/altq/ |
H A D | altq_rmclass.c | 958 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 D | al_hal_udma_regs_m2s.h | 646 /* 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 D | al_hal_udma_config.h | 63 DWRR /* Deficit Weighted Round Rubin */ 258 * in the deficit counter
|
/freebsd/share/man/man4/ |
H A D | ng_pipe.4 | 81 .It Dv Deficit Round Robin (DRR)
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | debugfs.c | 259 seq_printf(s, "sched_deficit\t%d\n", sdio->sched.deficit); in mt7921s_sched_quota_read()
|
/freebsd/sys/vm/ |
H A D | vm_pageout.c | 1694 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 D | vm_pagequeue.h | 255 u_int vmd_pageout_deficit; /* (a) Estimated number of pages deficit */
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | sdio_txrx.c | 188 pse_sz = DIV_ROUND_UP(buf_sz + sdio->sched.deficit, in mt76s_tx_pick_quota()
|
H A D | mt76.h | 598 int deficit; member
|
H A D | mt76_connac_mcu.c | 1948 sdio->sched.deficit = tx_res->pp_padding; in mt76_connac_mcu_parse_tx_resource()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | debugfs.c | 543 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 D | snps,dwmac.yaml | 324 description: Deficit Weighted Round Robin
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 661 * 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 D | ng_pipe.c | 763 /* Deficit Round Robin (DRR) processing */ in pipe_dequeue()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw.8 | 2903 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 D | ffs_alloc.c | 1328 * 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 D | ARMFrameLowering.cpp | 2656 << " to make up reg deficit\n"); in determineCalleeSaves()
|
/freebsd/share/dict/ |
H A D | web2a | 43560 pseudo deficit 44007 pulse deficit 44674 quasi deficit
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 4343 * airtime can be adjusted from deficit.
|