Lines Matching refs:cur_out
901 unsigned int cur_out; in mon_bin_fetch() local
920 cur_out = rp->b_out; in mon_bin_fetch()
927 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_fetch()
928 if (put_user(cur_out, &vec[nevents])) { in mon_bin_fetch()
936 if ((cur_out += size) >= rp->b_size) in mon_bin_fetch()
937 cur_out -= rp->b_size; in mon_bin_fetch()
951 unsigned int cur_out; in mon_bin_queued() local
964 cur_out = rp->b_out; in mon_bin_queued()
968 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_queued()
973 if ((cur_out += size) >= rp->b_size) in mon_bin_queued()
974 cur_out -= rp->b_size; in mon_bin_queued()