Searched refs:b_in (Results 1 – 1 of 1) sorted by relevance
188 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member306 offset = rp->b_in; in mon_buff_area_alloc()308 if ((rp->b_in += size) >= rp->b_size) in mon_buff_area_alloc()309 rp->b_in -= rp->b_size; in mon_buff_area_alloc()332 if (rp->b_in + size > rp->b_size) { in mon_buff_area_alloc_contiguous()338 fill_size = rp->b_size - rp->b_in; in mon_buff_area_alloc_contiguous()341 mon_buff_area_fill(rp, rp->b_in, fill_size); in mon_buff_area_alloc_contiguous()344 rp->b_in = size; in mon_buff_area_alloc_contiguous()346 } else if (rp->b_in + size == rp->b_size) { in mon_buff_area_alloc_contiguous()347 offset = rp->b_in; in mon_buff_area_alloc_contiguous()[all …]