Searched refs:b_out (Results 1 – 1 of 1) sorted by relevance
188 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member381 if ((rp->b_out += size) >= rp->b_size) in mon_buff_area_free()382 rp->b_out -= rp->b_size; in mon_buff_area_free()757 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_get_event()765 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()823 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_read()843 offset = rp->b_out + PKT_SIZE; in mon_bin_read()887 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_flush()923 cur_out = rp->b_out; in mon_bin_fetch()967 cur_out = rp->b_out; in mon_bin_queued()[all …]