Searched defs:bw_meter (Results 1 – 3 of 3) sorted by relevance
326 struct bw_meter { struct327 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ argument328 struct bw_meter *bm_time_next; /* next bw meter (same time) */ argument329 uint32_t bm_time_hash; /* the time hash value */330 struct mfc *bm_mfc; /* the corresponding mfc */331 uint32_t bm_flags; /* misc flags (see below) */343 struct bw_data bm_threshold; /* the upcall threshold */344 struct bw_data bm_measured; /* the measured bw */345 struct timeval bm_start_time; /* abs. time */
2103 #define BW_METER_TIMEHASH(bw_meter, hash) \ argument
93 print_bw_meter(struct bw_meter *bw_meter, int *banner_printed) in print_bw_meter()171 struct bw_meter bw_meter, *bwm; in print_mfc() local