Lines Matching refs:b_out
185 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member
375 if ((rp->b_out += size) >= rp->b_size) in mon_buff_area_free()
376 rp->b_out -= rp->b_size; in mon_buff_area_free()
751 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_get_event()
759 if ((offset = rp->b_out + PKT_SIZE) >= rp->b_size) offset = 0; in mon_bin_get_event()
817 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_read()
837 offset = rp->b_out + PKT_SIZE; in mon_bin_read()
881 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_flush()
917 cur_out = rp->b_out; in mon_bin_fetch()
961 cur_out = rp->b_out; in mon_bin_queued()
997 ep = MON_OFF2HDR(rp, rp->b_out); in mon_bin_ioctl()
1040 rp->b_read = rp->b_in = rp->b_out = rp->b_cnt = 0; in mon_bin_ioctl()