Lines Matching refs:cur_out
897 unsigned int cur_out; in mon_bin_fetch() local
916 cur_out = rp->b_out; in mon_bin_fetch()
923 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_fetch()
924 if (put_user(cur_out, &vec[nevents])) { in mon_bin_fetch()
932 if ((cur_out += size) >= rp->b_size) in mon_bin_fetch()
933 cur_out -= rp->b_size; in mon_bin_fetch()
947 unsigned int cur_out; in mon_bin_queued() local
960 cur_out = rp->b_out; in mon_bin_queued()
964 ep = MON_OFF2HDR(rp, cur_out); in mon_bin_queued()
969 if ((cur_out += size) >= rp->b_size) in mon_bin_queued()
970 cur_out -= rp->b_size; in mon_bin_queued()