Searched refs:b_out (Results 1 – 1 of 1) sorted by relevance
188 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member378 if ((rp->b_out += size) >= rp->b_size) in mon_buff_area_free()379 rp->b_out -= rp->b_size; in mon_buff_area_free()754 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_get_event()762 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()820 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_read()840 offset = rp->b_out + PKT_SIZE; in mon_bin_read()884 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_flush()920 cur_out = rp->b_out; in mon_bin_fetch()964 cur_out = rp->b_out; in mon_bin_queued()[all …]