Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c306 offset = rp->b_in; 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()
344 rp->b_in = size; in mon_buff_area_alloc_contiguous()
347 offset = rp->b_in; in mon_buff_area_alloc_contiguous()
348 rp->b_in = 0; in mon_buff_area_alloc_contiguous()
351 offset = rp->b_in; in mon_buff_area_alloc_contiguous()
352 rp->b_in += size; in mon_buff_area_alloc_contiguous()
367 if (rp->b_in < size) in mon_buff_area_shrink()
368 rp->b_in += rp->b_size; in mon_buff_area_shrink()
[all …]