Searched refs:BW_METER_LEQ (Results 1 – 4 of 4) sorted by relevance
336 #define BW_METER_LEQ (1 << 3) /* upcall if bw <= threshold */ macro340 BW_METER_LEQ)
1753 flags |= BW_METER_LEQ; in compute_bw_meter_flags()1957 } else if (x->bm_flags & BW_METER_LEQ) { in bw_meter_receive_packet()2049 if (x->bm_flags & BW_METER_LEQ) in bw_meter_prepare_upcall()2127 if (!(x->bm_flags & BW_METER_LEQ)) in schedule_bw_meter()2159 if (!(x->bm_flags & BW_METER_LEQ)) in unschedule_bw_meter()
125 (bw_meter->bm_flags & BW_METER_LEQ) ? "<=" : "?"); in print_bw_meter()