Lines Matching refs:cur_out
904 unsigned int cur_out; in mon_bin_fetch() local
923 cur_out = rp->b_out; in mon_bin_fetch()
930 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_fetch()
931 if (put_user(cur_out, &vec[nevents])) { in mon_bin_fetch()
939 if ((cur_out += size) >= rp->b_size) in mon_bin_fetch()
940 cur_out -= rp->b_size; in mon_bin_fetch()
954 unsigned int cur_out; in mon_bin_queued() local
967 cur_out = rp->b_out; in mon_bin_queued()
971 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_queued()
976 if ((cur_out += size) >= rp->b_size) in mon_bin_queued()
977 cur_out -= rp->b_size; in mon_bin_queued()