Searched refs:b_bytes (Results 1 – 3 of 3) sorted by relevance
1803 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()1822 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()1824 x->bm_measured.b_bytes = 0; in add_bw_upcall()1893 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()1952 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()1971 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()1990 x->bm_measured.b_bytes <= x->bm_threshold.b_bytes)) { in bw_meter_receive_packet()2039 u->bu_threshold.b_bytes = x->bm_threshold.b_bytes; in bw_meter_prepare_upcall()2042 u->bu_measured.b_bytes = x->bm_measured.b_bytes; in bw_meter_prepare_upcall()2136 x->bm_measured.b_bytes = 0; in schedule_bw_meter()[all …]
185 uint64_t b_bytes; member
113 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()115 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()137 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()139 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()