Searched refs:BW_METER_LEQ (Results 1 – 3 of 3) sorted by relevance
325 #define BW_METER_LEQ (1 << 3) /* upcall if bw <= threshold */ macro329 BW_METER_LEQ)
2161 flags |= BW_METER_LEQ; in compute_bw_meter_flags()2364 } else if (x->bm_flags & BW_METER_LEQ) { in bw_meter_receive_packet()2454 if (x->bm_flags & BW_METER_LEQ) in bw_meter_prepare_upcall()2533 if (!(x->bm_flags & BW_METER_LEQ)) in schedule_bw_meter()2563 if (!(x->bm_flags & BW_METER_LEQ)) in unschedule_bw_meter()
309 else if (bw_meter->bm_flags & BW_METER_LEQ) in print_bw_meter()