Home
last modified time | relevance | path

Searched refs:b_in (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/mon/
H A Dmon_bin.c190 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member
308 offset = rp->b_in; in mon_buff_area_alloc()
310 if ((rp->b_in += size) >= rp->b_size) in mon_buff_area_alloc()
311 rp->b_in -= rp->b_size; in mon_buff_area_alloc()
334 if (rp->b_in + size > rp->b_size) { in mon_buff_area_alloc_contiguous()
340 fill_size = rp->b_size - rp->b_in; in mon_buff_area_alloc_contiguous()
343 mon_buff_area_fill(rp, rp->b_in, fill_size); in mon_buff_area_alloc_contiguous()
346 rp->b_in = size; in mon_buff_area_alloc_contiguous()
348 } else if (rp->b_in + size == rp->b_size) { in mon_buff_area_alloc_contiguous()
349 offset = rp->b_in; in mon_buff_area_alloc_contiguous()
[all …]