Searched refs:b_read (Results 1 – 1 of 1) sorted by relevance
772 rp->b_read = 0; in mon_bin_get_event()822 if (rp->b_read < hdrbytes) { in mon_bin_read()824 ptr = ((char *)ep) + rp->b_read; in mon_bin_read()831 rp->b_read += step_len; in mon_bin_read()835 if (rp->b_read >= hdrbytes) { in mon_bin_read()837 step_len -= rp->b_read - hdrbytes; in mon_bin_read()841 offset += rp->b_read - hdrbytes; in mon_bin_read()850 rp->b_read += step_len; in mon_bin_read()857 if (rp->b_read >= hdrbytes + ep->len_cap) { in mon_bin_read()861 rp->b_read = 0; in mon_bin_read()[all …]
Completed in 5 milliseconds