• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/

Lines Matching refs:ER

725  * The state computation relies on ER=0, IR=1, EB=2, IB=3
734 pktsched_bitmap_t mask = mask_from(qif->qif_bitmaps[ER],
763 pktsched_bitmap_t mask = mask_from(qif->qif_bitmaps[ER], index + 1);
773 qfq_move_groups(qif, mask, EB, ER);
796 qfq_move_groups(qif, mask, IR, ER);
885 if (!qif->qif_bitmaps[ER]) {
931 pktsched_bitmap_t er_bits = qif->qif_bitmaps[ER];
995 if (!cl) { /* group gone, remove from ER */
996 pktsched_bit_clr(grp->qfg_index, &qif->qif_bitmaps[ER]);
1008 /* remove from ER and put in the new set */
1009 pktsched_bit_clr(grp->qfg_index, &qif->qif_bitmaps[ER]);
1021 if (!qif->qif_bitmaps[ER] && qif->qif_queued && pktsched_verbose > 1)
1036 * the ordering in ER. So, if we have groups in ER, set S to
1053 mask = mask_from(qif->qif_bitmaps[ER], cl->cl_grp->qfg_index);
1145 * in this group and nobody was in ER make sure to adjust V.
1157 } else if (!qif->qif_bitmaps[ER] && qfq_gt(roundedS, qif->qif_V)) {
1223 "full_slots=0x%x front=%d bitmaps={ER=0x%x,EB=0x%x,"
1227 grp->qfg_front, qif->qif_bitmaps[ER], qif->qif_bitmaps[EB],
1241 * Do ER last because if we were blocking other groups
1248 if (pktsched_bit_tst(grp->qfg_index, &qif->qif_bitmaps[ER]) &&
1249 !(qif->qif_bitmaps[ER] & ~((1UL << grp->qfg_index) - 1))) {
1250 mask = qif->qif_bitmaps[ER] &
1256 qfq_move_groups(qif, mask, EB, ER);
1259 pktsched_bit_clr(grp->qfg_index, &qif->qif_bitmaps[ER]);
1264 pktsched_bit_clr(grp->qfg_index, &qif->qif_bitmaps[ER]);
1288 case ER:
1289 c = "ER";
1706 log(LOG_DEBUG, "%s: %s ER 0x%08x\n",
1707 if_name(QFQIF_IFP(qif)), qfq_style(qif), qif->qif_bitmaps[ER]);