Searched refs:b_out (Results 1 – 1 of 1) sorted by relevance
190 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member383 if ((rp->b_out += size) >= rp->b_size) in mon_buff_area_free()384 rp->b_out -= rp->b_size; in mon_buff_area_free()759 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_get_event()767 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()825 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_read()845 offset = rp->b_out + PKT_SIZE; in mon_bin_read()889 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_flush()925 cur_out = rp->b_out; in mon_bin_fetch()969 cur_out = rp->b_out; in mon_bin_queued()[all …]