Home
last modified time | relevance | path

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

/linux/drivers/usb/mon/
A Dmon_bin.c303 offset = rp->b_in; in mon_buff_area_alloc()
306 rp->b_in -= rp->b_size; in mon_buff_area_alloc()
329 if (rp->b_in + size > rp->b_size) { in mon_buff_area_alloc_contiguous()
341 rp->b_in = size; in mon_buff_area_alloc_contiguous()
344 offset = rp->b_in; in mon_buff_area_alloc_contiguous()
345 rp->b_in = 0; in mon_buff_area_alloc_contiguous()
348 offset = rp->b_in; in mon_buff_area_alloc_contiguous()
349 rp->b_in += size; in mon_buff_area_alloc_contiguous()
364 if (rp->b_in < size) in mon_buff_area_shrink()
365 rp->b_in += rp->b_size; in mon_buff_area_shrink()
[all …]

Completed in 6 milliseconds